Clusternet Upgrade
Provide an overview of the steps you should follow to upgrade Clusternet
Mostly you can directly upgrade the container images or binaries of Clusternet. This depends on how you initially deployed it and on any subsequent changes.
Upgrading to v0.15.0
In v0.15.0, a new component clusternet-controller-manager
was introduced. This new component inherited some
capabilities from clusternet-hub
. Some flags and feature gates were moving together to
clusternet-controller-manager
as well. These changes would alter the arguments that passed to clusternet-hub
.
Please pay attention to below changes.
- Flag
anonymous-auth-supported
was moved toclusternet-controller-manager
. This flag would not be available forclusternet-hub
anymore. - Flag
cluster-api-kubeconfig
was moved toclusternet-controller-manager
. This flag would not be available forclusternet-hub
anymore. - Feature gate
Deployer
was moved toclusternet-controller-manager
. This feature gate would not be available forclusternet-hub
anymore. - Feature gate
FeedInUseProtection
was moved toclusternet-controller-manager
. This feature gate would not be available forclusternet-hub
anymore. - Feature gate
FeedInventory
was moved toclusternet-controller-manager
. This feature gate would not be available forclusternet-hub
anymore.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 2, 2023: add doc on feed inventory (#86) (db1bc3b)