fix: remove strict 9345 precheck for secondary join
This commit is contained in:
@@ -24,15 +24,6 @@
|
|||||||
when:
|
when:
|
||||||
- not (k3s_primary | default(false))
|
- 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
|
- name: Check if uninstall script exists
|
||||||
stat:
|
stat:
|
||||||
path: /usr/local/bin/k3s-uninstall.sh
|
path: /usr/local/bin/k3s-uninstall.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user