fix: remove strict 9345 precheck for secondary join
Some checks failed
Deploy Cluster / Terraform (push) Successful in 20s
Deploy Cluster / Ansible (push) Failing after 2m46s

This commit is contained in:
2026-03-01 01:42:28 +00:00
parent 063d6dfcc0
commit 2ae16414a0

View File

@@ -24,15 +24,6 @@
when:
- not (k3s_primary | default(false))
- name: Wait for primary supervisor on 9345 (secondary only)
wait_for:
host: "{{ k3s_primary_ip }}"
port: 9345
state: started
timeout: 120
when:
- not (k3s_primary | default(false))
- name: Check if uninstall script exists
stat:
path: /usr/local/bin/k3s-uninstall.sh