rancher / system-upgrade-controller

In your Kubernetes, upgrading your nodes
Apache License 2.0
676 stars 83 forks source link

chore: Upgrade kubectl to version 1.30.0 #310

Open SISheogorath opened 1 month ago

SISheogorath commented 1 month ago

Just a regular upgrade, since 1.25.4 is a bit dated by now. Also making sure we actually used the docker.io image unless explicitly changed.

IT-Cru commented 3 weeks ago

Does this currently also blocks upgrades to k3s 1.30.x? If yes, would be nice to get it merged :)

SISheogorath commented 3 weeks ago

I don't think it should have that impact, it's just updates for good measure. But you can validate it the impact on your cluster, if you want. All you need to do is adjusting the environment variable as shown in the manifest.

brandond commented 3 weeks ago

kubectl is widely compatible with both newer and older versions of the apiserver. Upgrading or not upgrading doesn't block or unblock anything.