system-upgrade-controller
system-upgrade-controller copied to clipboard
In your Kubernetes, upgrading your nodes
// DrainSpec encapsulates `kubectl drain` parameters minus node/**pod selectors.** type DrainSpec struct { Timeout *time.Duration `json:"timeout,omitempty"` GracePeriod *int32 `json:"gracePeriod,omitempty"` DeleteLocalData *bool `json:"deleteLocalData,omitempty"` IgnoreDaemonSets *bool `json:"ignoreDaemonSets,omitempty"` Force bool `json:"force,omitempty"` DisableEviction bool...
**Version** system-upgrade-controller version v0.9.1 (79da9f0) **Platform/Architecture** linux-amd64 **Describe the bug** The jobs spawned by SUC use an image name truncated at 64 characters. This leads to Kubernetes not being able...
**Is your feature request related to a problem? Please describe.** K3OS does not get updates anymore. OpenSuse MicroOS seems to be the natural successor. **Describe the solution you'd like** Upgrading...
We are running version rancher/system-upgrade-controller:v0.6.2 of the system upgrade controller. The `deployment` creates the CRD for `plan` at startup. This means that while the files are being applied to the...
**Is your feature request related to a problem? Please describe.** I am currently trying to deploy this system-upgrade-controller and all related pods in an airgap. We utilize a private registry...
There's another project: https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost Working on much the same thing, but with the cluster-api. Seems like the two projects could work together?
I see system-upgrade-controller is used for upgrading operating system as well. And curious what if OS upgrade failed, how it fallback to older version?
**Version** v0.9.1 **Platform/Architecture** pi@dairy:~ $ uname -a Linux dairy 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux **Describe the bug** 5 out of 6 nodes upgraded...
**Is your feature request related to a problem? Please describe.** There is no way of knowing when the upgrade will occur, it can happen at any time. **Describe the solution...
**Is your feature request related to a problem? Please describe.** The automatic upgrade mechanism is awesome, after few time upgrades, I found sometime my workload will get corrupt. Therefore, I'm...