KCP upgrades with imageRepository changed aren't complete #2805
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
What steps did you take and what happened:
when performing a KCP upgrade from
v1.17.1
tov1.17.3
and updating KCP'simageRepository
in theclusterConfiguration
,dns
andetcd
the KCP is edited successfully. but when reconciling the upgrade kubeadm is trying to pull the core k8s components from the oldimageRepository
(coreDNS and kube-proxy didn't get updated too).when checking the kubeadm configmap the
imageRepository
for etcd is the only one updated, the other ones are still pointing to the old registry.cc @ncdc @vincepri @randomvariable @benmoss
What did you expect to happen:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):/kind bug
The text was updated successfully, but these errors were encountered: