Skip to content

Commit

Permalink
Steps included in K8's template for updating OKE
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaljeeti committed Dec 13, 2024
1 parent 3c5b7df commit ebc9cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/kubernetes_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ List of items to do for upgrading to {version_1} {version_2} {version_3}
- [ ] Update Kubernetes version of GKE cluster (both `gke` and `gke-autopilot`) to {version_2}
- [ ] Update Kubernetes version of AKS to the newest supported version in {version_1} {version_2} {version_3}
- [ ] Update Kubernetes version of EKS to the newest supported version in {version_1} {version_2} {version_3}
- [ ] Update the OKE example cluster version to 1.30
- [ ] Update `kubernetes_version` in `examples/terraform-submodules/oke/variables.tf`
- [ ] Update `kubernetes_version` in `examples/terraform-submodules/oke/terraform.auto.tfvars.example`
- [ ] Update kubectl in dev tooling to {version_2}, the latest patch version can be found [here](https://kubernetes.io/releases/)
- [ ] Update kubectl in `build/build-image/Dockerfile`
- [ ] Update kubectl in `build/e2e-image/Dockerfile`
Expand Down

0 comments on commit ebc9cca

Please sign in to comment.