kubespray 2.24 추가
This commit is contained in:
6
extra_playbooks/wait-for-cloud-init.yml
Normal file
6
extra_playbooks/wait-for-cloud-init.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Wait for cloud-init to finish
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Wait for cloud-init to finish
|
||||
command: cloud-init status --wait
|
||||
Reference in New Issue
Block a user