mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Use the kube_apiserver_insecure_port variable instead of static 8080
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Kubernetes Apps | Wait for kube-apiserver
|
||||
uri:
|
||||
url: http://localhost:8080/healthz
|
||||
url: http://localhost:{{ kube_apiserver_insecure_port }}/healthz
|
||||
register: result
|
||||
until: result.status == 200
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user