-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Kubernetes 1.26 #3683
Comments
Take a look at these similar issues to see if there isn't already a response to your problem: |
To keep in mind: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
|
kubectl 1.26.9 is now used in our system (client side). |
Update:
TODO:
|
Update on DigitalOcean upgrade:
Post Mortem The upgrade itself went fine but it had to be done through the DigitalOcean UI: the 2 terraform PRs did not show any change in their plans because of jenkins-infra/digitalocean#148 which tells Terraform to ignore the version changes. Rollbacking this change fails any terraform plan (as explained in the PR) due to the way how digitalocean_kubernetes_cluster and data.digitalocean_kubernetes_cluster are linked in relation with the kuberbetes providers in charge of managing CSI and admin SVCaccounts. As such, the upgrade procedure is amended to the following workflow:
|
…ade - jenkins-infra/helpdesk#3683 Signed-off-by: Damien Duportal <[email protected]>
…fra/helpdesk#3683 Signed-off-by: Damien Duportal <[email protected]>
…nfra/helpdesk#3683 Signed-off-by: Damien Duportal <[email protected]>
…nkins-infra/helpdesk#3683 Signed-off-by: Damien Duportal <[email protected]>
…ade - jenkins-infra/helpdesk#3683 (#3140) Signed-off-by: Damien Duportal <[email protected]>
Update: AKS Upgrade plan
Current changelog notable elements for Kubernetes 1.26:
privatek8s
Post Mortem for privatek8s
|
Update:
TODO:
|
Operation on publick8s (wip)Chart upgrades (falco and Nginx Ingress)
Public IP
Kubernetes 1.26 upgrade
Post Mortem
|
…c_ips (#509) as per jenkins-infra/helpdesk#3683 (comment) migrate the ips in another Ressource Group to be able to upgrade kubernetes and avoid locks --------- Signed-off-by: Damien Duportal <[email protected]> Co-authored-by: Damien Duportal <[email protected]>
Ref. jenkins-infra/helpdesk#3683 (comment) Signed-off-by: Damien Duportal <[email protected]>
Mandatory logo @smerle33 I'll let you close this issue with a mandatory gif or image ;) |
Previous upgrade (1.25): #3582
Depreciation timelines for 1.25 (justifying the upgrade to 1.26):
Task list:
Upgrade kubectl within docker-helmfile
Upgrade DOKS (
doks
anddoks-public
) - see Upgrade to Kubernetes 1.26 #3683 (comment) belowUpgrade AWS EKS (
cik8s
andeks-public
) - see Upgrade to Kubernetes 1.26 #3683 (comment)Upgrade AKS (
privatek8s
andpublick8s
) - Upgrade to Kubernetes 1.26 #3683 (comment)The text was updated successfully, but these errors were encountered: