mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 10:08:37 +03:00
Fix kube-apiserver status checks when changing insecure bind addr (#1633)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
- name: Master | wait for the apiserver to be running
|
||||
uri:
|
||||
url: http://localhost:{{ kube_apiserver_insecure_port }}/healthz
|
||||
url: "{{ kube_apiserver_insecure_endpoint }}/healthz"
|
||||
register: result
|
||||
until: result.status == 200
|
||||
retries: 20
|
||||
|
||||
Reference in New Issue
Block a user