hetzner-k3s icon indicating copy to clipboard operation
hetzner-k3s copied to clipboard

Can't pull rancher/system-upgrade-controller:latest image

Open mdemri opened this issue 3 months ago • 7 comments

                         node.kubernetes.io/unreachable:NoExecute op=Exists for 300s                                                                                                                        │

│ Events: │ │ Type Reason Age From Message │ │ ---- ------ ---- ---- ------- │ │ Normal BackOff 3m58s (x282 over 69m) kubelet Back-off pulling image "rancher/system-upgrade-controller:latest"

mdemri avatar Mar 27 '24 14:03 mdemri

the same

holooloo avatar Mar 31 '24 19:03 holooloo

Rancher got rid of the latest tag. You now need to specify the version, like.

system_upgrade_controller_manifest_url: https://raw.githubusercontent.com/rancher/system-upgrade-controller/v0.13.4/manifests/system-upgrade-controller.yaml

which then references e.g. image: rancher/system-upgrade-controller:v0.11.0

lloesche avatar Apr 08 '24 12:04 lloesche

It's also mandatory to apply the whole manifest after cluster has been created otherwise some clusterRole bindings will go missing and system-upgrade-controller pod won't go up.

kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.4/system-upgrade-controller.yaml

manfredipist avatar Apr 10 '24 11:04 manfredipist

I am planning to fix this in the next release this coming week.

vitobotta avatar Apr 12 '24 13:04 vitobotta

This seems related to https://github.com/vitobotta/hetzner-k3s/issues/327.

As said in that issue I have fixed this on main (not released yet). If you could test it as well I would appreciate.

vitobotta avatar Apr 16 '24 12:04 vitobotta