-
-
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.23 #3053
Comments
Take a look at these similar issues to see if there isn't already a response to your problem: |
According to DigitalOcean supported Kubernetes release page, the version v1.22 will be "end of support" on the 28th of October, and automatic upgrades will begin 27th of November. And for Azure, it will be EOL when the version 1.25 will be GA, planned for November. For AWS, Amazon EKS guarantees support for at least four production-ready versions of Kubernetes at any given time. To keep in mind for the next milestones. |
as per jenkins-infra/helpdesk#3053 upgrading the client kubectl
Here is a link to hackdays notes for the changelog from 1.22 : https://hackmd.io/z0sMiMMpReenvVvheoZCMA A link to the dedicated changelog for DigitalOcean : https://docs.digitalocean.com/products/kubernetes/details/changelog/#1-23-x |
* feat(kub 1.23): upgrade kubernetes to 1.23 as per jenkins-infra/helpdesk#3053 * feat(doks/doks-public) split kubernetes versions per cluster: 1.22 for doks and 1.23 for doks-public Signed-off-by: Damien Duportal <damien.duportal@gmail.com> * fixup Signed-off-by: Damien Duportal <damien.duportal@gmail.com> * fixup Signed-off-by: Damien Duportal <damien.duportal@gmail.com> Signed-off-by: Damien Duportal <damien.duportal@gmail.com> Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
Note related to AKS clusters: as per https://github.com/Azure/AKS/blob/master/CHANGELOG.md#release-2022-10-17, there are 2 changes we have to look for, after the upgrade, about our Windows node pools:
|
AKS upgrade checklist : https://github.com/jenkins-infra/documentation/blob/main/maintenance/kubernetes/aks-1.23.md |
Previous upgrade: #2930
Upgrade kubectl within docker-helmfile
Upgrade DOKS (
doks
anddoks-public
)/variables.tfjenkins-agents
in ci.jenkins.io if needed (manual step)doks
only notdoks-public
Upgrade EKS
eks-cluster-sg-<cluster name>-<random ID>
that is managed directly by EKS doesn't contain the tag kubernetes.io/cluster/ (the tag is provided by our terraform)Upgrade AKS
The text was updated successfully, but these errors were encountered: