-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade-k8s bug with empty config values and provision script
First, if the config for some component image (e.g. `apiServer`) is empty, Talos pushes default image which is unknown to the script, so verify that change is not no-op, as otherwise script will hang forvever waiting for k8s control plane config update. Second, with bootkube bootstrap it was fine to omit explicit kubernetes version in upgrade test, but with Talos-managed that means that after Talos upgrade Kubernetes gets upgraded as well (as Talos config doesn't contain K8s version, and defaults are used). This is not what we want to test actually. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com> (cherry picked from commit 125b86f)
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters