Automation hangs on k3s_agent : Enable and check K3s service #375
-
Expected BehaviorAutomation should work Current BehaviorAutomation hangs on "k3s_agent : Enable and check K3s service". Steps already taken1.) Ensured the secret was alphanumeric (no dashes) Unsure if this is useful information but currently hosting this through VMWare Workstation with the NAT networking, DHCP/DNS is provided by Windows Server on the 10.0.0.0/8 subnet (DHCP assigned to the range 10.0.1.1-10.0.1.254) Also unsure if my terraform template will be useful here or not:
Hosts
[master]
k3s-master-1.lab.local
[node]
k3s-node-1.lab.local
k3s-node-2.lab.local
# only required if proxmox_lxc_configure: true
# must contain all proxmox instances that have a master or worker node
# [proxmox]
# 192.168.30.43
[k3s_cluster:children]
master
node k3s-master-1
k3s-node-1
Possible Solution
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has been fixed 🤦 So unsure if this is unintended behaviour from kube-vip for single-masters but probably not as it is designed for >1 master nodes |
Beta Was this translation helpful? Give feedback.
This has been fixed 🤦
The fix was actually making it "HA" by ensuring there were multiple masters.... (I only provisioned 1 to test it out) After that everything works as intended.
So unsure if this is unintended behaviour from kube-vip for single-masters but probably not as it is designed for >1 master nodes