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: Wait for Kubernetes API to be ready
|
||||
- name: 2 Wait for Kubernetes API to be ready
|
||||
shell: |
|
||||
kubectl get --raw='/healthz'
|
||||
environment:
|
||||
@ -40,7 +39,7 @@
|
||||
mode: 0644
|
||||
when: not kube_dir.stat.exists
|
||||
|
||||
- name: Wait for Kubernetes API to be ready
|
||||
- name: 3 Wait for Kubernetes API to be ready
|
||||
shell: |
|
||||
kubectl get --raw='/healthz'
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user