cae7fa21b6
- Start workers as soon as the master VM is created, rather than waiting all the services ready. - Move all the SoftwareDeployment outside of kubemaster stack. - Tweak the scripts in SoftwareDeployment so that they can be combined into a single script. Story: 2004573 Task: 28347 Change-Id: Ie48861253615c8f60b34a2c1e9ad6b91d3ae685e Co-Authored-By: Lingxian Kong <anlin.kong@gmail.com>
6 lines
239 B
YAML
6 lines
239 B
YAML
features:
|
|
- |
|
|
Start Kubernetes workers installation right after the master instances are
|
|
created rather than waiting for all the services inside masters, which
|
|
could decrease the Kubernetes cluster launch time significantly.
|