Browse Source
At the moment, cluster deployment fails when cluster_user_trust=False. This is because the entire SoftwareDeployment exits rather than a single script fragment. This patch fixes this by scoping the remainder of the script conditional on whether TRUST_ID is defined. Finally, default `cloud_provider_enabled` to false when `cluster_user_trust` is false. Raise an error when `cloud_provider_enabled` is overridden to true when `cluster_user_trust` is false. This ensures that the minion kubelet is correctly configured. Change-Id: Ibd9270c87bfa5d2f490e2e226e33ca56696d9e81 Story: 2006531 Task: 36587changes/22/681922/9
4 changed files with 28 additions and 29 deletions
Loading…
Reference in new issue