So far, all addonns were deployed via bootkube.
For the gardener we require dedicated logic to delay parts of the deployments
until the extension api server is ready. Therefore we switch to script based
addon deployment handled by the complete-cluster script executed after
bootkube.
So far, all addonns were deployed via bootkube. For the gardener we require dedicated logic to delay parts of the deployments until the extension api server is ready. Therefore we switch to script based addon deployment handled by the
complete-cluster
script executed afterbootkube
.