-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge 'install' and 'upgrade' helm spec generation code (#1321)
* remove k0s upgrade code from installation reconcile loop * set state to kubernetesInstalled in initial installation object creation * f * wait for the installation object to exist * make operator not update helm charts (but still track chart statuses) * race condition fix? * replace envtest with fake client * Revert "replace envtest with fake client" This reverts commit 4ab9a66. * f * deduplicate 'update chart status' and 'update charts' logic * addons rework * unit testing for chart generation * add velero test * return to having operator reconcile helm charts (for HA) * use operator and ec-utils images from metadata * debugging * DEBUGGING * better version mismatch logging * compile operator version * wait for a node to be ready in the cluster * reinclude clusterResources collector in ci support bundles * wait for node install in a better fashion * include cluster resources for EC namespaces * Revert "reinclude clusterResources collector in ci support bundles" This reverts commit 0984c48. * add 'version' command for operator * print compiled versions at operator startup * do not print full versions list on startup * ?> * add more logging to upgrade job * logging to figure out why the wrong chart name is being set * debug location * allow upgrades in CI while working on the build process * fix generateHelmConfigs unit test * dedupe more string constants * make adminconsole chart HA when relevant * remove updateInfraChartsFromInstall * first passing TestInstallationReconciler test * all TestInstallationReconciler passing * deduplicate test code * test a few more error cases * remove checking for '123m' on upgrades temporarily * remove metadata mangling * edit the embeddedclusteroperator/static/metadata.yaml at build time in CI * f * pull the operator location from the metadata file too * fix script * network and seaweedfs endpoint * deduplicate seaweedfsLowerBandIPIndex * proxy fix? * offset commands in 5nodeairgapupgrade test * set installation state to 'kubernetesInstalled' after restore * cleanup logs * handle TODOs
- Loading branch information
Showing
38 changed files
with
2,117 additions
and
1,409 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
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
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
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
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
Oops, something went wrong.