You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title says, when I run script in cluster of 3 fresh machines, 3 vms on one of them, no vm has HA enabled./
INFO | START ***Load-balancer!***
Traceback (most recent call last):
File "/usr/local/Proxmox-load-balancer/./plb.py", line 494, in <module>
main()
File "/usr/local/Proxmox-load-balancer/./plb.py", line 464, in main
cluster = Cluster(server_url)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/Proxmox-load-balancer/./plb.py", line 95, in __init__
self.cl_nodes: dict = self.cluster_hosts() # All cluster nodes
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Proxmox-load-balancer/./plb.py", line 167, in cluster_hosts
self.master_node = rr.json()['data']['manager_status']['master_node']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'master_node'
The text was updated successfully, but these errors were encountered:
As title says, when I run script in cluster of 3 fresh machines, 3 vms on one of them, no vm has HA enabled./
The text was updated successfully, but these errors were encountered: