feat(install): wait for cluster to be ready before continuing

!4
This commit is contained in:
2023-10-31 15:42:07 +09:30
parent abc01ce48c
commit 76e48fd965
2 changed files with 24 additions and 1 deletions

View File

@ -46,10 +46,12 @@ The roles workflow is as follows
1. Create required config files needed for installation
1. _(kubernetes prime only)_ Add install required config files
1. _(kubernetes prime master only)_ Add install required config files
1. Install kubernetes
1. _(kubernetes prime master only)_ Wait for kubernetes to be ready. Playbook is paused until `true`
1. Configure Kubernetes
If the playbook is setup as per [our recommendation](ansible.md) step 2 onwards is first done on master nodes then worker nodes.