mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 10:08:37 +03:00
Use the kube_apiserver_insecure_port variable instead of static 8080
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
- name: Master | wait for the apiserver to be running
|
||||
uri:
|
||||
url: http://localhost:8080/healthz
|
||||
url: http://localhost:{{ kube_apiserver_insecure_port }}/healthz
|
||||
register: result
|
||||
until: result.status == 200
|
||||
retries: 20
|
||||
|
||||
Reference in New Issue
Block a user