KubeOne 1.8.0 removes the kured DaemonSet, keep other kured resources #3196
Labels
customer-request
kind/bug
Categorizes issue or PR as related to a bug.
sig/cluster-management
Denotes a PR or issue as being assigned to SIG Cluster Management.
Milestone
What happened?
During the upgrade to KubeOne 1.8.0, with the
unattended-upgrades
addon both pre-upgrade and post-upgrade and no other changes either, the kured DaemonSet got removed but the rest of the kured resources (ServiceAccount, ClusterRole, ClusterRoleBinding, Role, RoleBinding) were kept.Expected behavior
It's unclear from the changelog and upgrade docs, whether the intention is to orphan the installed kured or to remove it, so not sure which is the bug, the removal of the DaemonSet or that the other resources are left behind. If I had to guess, the changelog and upgrade docs seem to hint at complete removal, as they urge for the installation of kured using the upstream Helm chart.
I think either way is fine, but it needs to be clear what happens (i.e. the docs must be more explicit), and it must be either completely orphaned or be left completely untouched.
How to reproduce the issue?
What KubeOne version are you using?
1.8.0
Provide your KubeOneCluster manifest here (if applicable)
What cloud provider are you running on?
OpenStack
What operating system are you running in your cluster?
Ubuntu 22.04
Additional information
Those who wish to install the upstream Helm chart of kured will first have to clean up the left behind resources, here's the required commands for your convenience:
The text was updated successfully, but these errors were encountered: