mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 16:53:04 +00:00
Update roles/kube-master/tasks/main.yml
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
|
- name: 2 Wait for Kubernetes API to be ready
|
||||||
- name: Wait for Kubernetes API to be ready
|
|
||||||
shell: |
|
shell: |
|
||||||
kubectl get --raw='/healthz'
|
kubectl get --raw='/healthz'
|
||||||
environment:
|
environment:
|
||||||
@ -40,7 +39,7 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
when: not kube_dir.stat.exists
|
when: not kube_dir.stat.exists
|
||||||
|
|
||||||
- name: Wait for Kubernetes API to be ready
|
- name: 3 Wait for Kubernetes API to be ready
|
||||||
shell: |
|
shell: |
|
||||||
kubectl get --raw='/healthz'
|
kubectl get --raw='/healthz'
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user