chore(config): bump opstool AKS to 1.35 for fleet parity (AROSLSRE-1414)#6063
Open
raelga wants to merge 1 commit into
Open
chore(config): bump opstool AKS to 1.35 for fleet parity (AROSLSRE-1414)#6063raelga wants to merge 1 commit into
raelga wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raelga The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the dev-ci opstool AKS Kubernetes minor version to align opstool with the rest of the fleet’s current 1.35 baseline.
Changes:
- Bump
clouds.dev.defaults.opstool.aks.kubernetesVersioninconfig/config-dev-ci.yamlfrom"1.34"to"1.35".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AROSLSRE-1414 (parent AROSLSRE-863)
What
Bump the
opstoolAKSkubernetesVersioninconfig/config-dev-ci.yamlfrom"1.34"to"1.35"— the final hop to fleet parity.Why
opstool-usw3is now on1.34(control plane and all three node pools at1.34.8), while the rest of the fleet runs1.35. This PR closes the gap. AKS upgrades one minor at a time;az aks get-upgradesconfirms1.35.xis the available target from1.34.Bumping
kubernetesVersiondrives theopstool-aks-pipeline(dev-infrastructure/scripts/upgrade-aks-cluster.sh→az aks upgrade) to upgrade the control plane and roll the node pools onto1.35.Testing
No code paths change; this is a config version bump validated by the existing config schema (
config/config-dev-ci.schema.jsontypeskubernetesVersionas a string).cd config && make materializeproduces no rendered-config changes (opstool config is not part of the rendered tree).Post-deploy validation on
opstool-usw3:az aks show ... --query kubernetesVersion→1.35az aks nodepool list ... --query "[].currentOrchestratorVersion"→1.35.xon all poolsSpecial notes for your reviewer
Scope is intentionally limited to
opstool(dev-ci). This completes the sequence1.32→1.33(#5936, pipeline fix #5988) →1.34(#6042) →1.35, each rolled out and verified onopstool-usw3.PR Checklist