chore(config): bump opstool AKS to 1.34 toward fleet parity (AROSLSRE-1414) - #6042
Conversation
There was a problem hiding this comment.
Pull request overview
This PR advances the dev-ci opstool AKS cluster configuration toward fleet parity by bumping the configured Kubernetes minor version from 1.33 to 1.34. This aligns with the documented one-minor-at-a-time AKS upgrade path and should drive the existing opstool upgrade pipeline behavior without changing any code paths.
Changes:
- Bump
clouds.*.opstool.aks.kubernetesVersioninconfig/config-dev-ci.yamlfrom"1.33"to"1.34".
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raelga, roivaz, venkateshsredhat 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 |
|
e2e-parallel failed, retriggering as a flake — not caused by this PR. Evidence:
/test e2e-parallel |
|
Retriggering e2e-parallel again — second failure is a different, unrelated flake (not PR-caused). The build's only failing case was in the observability alert lane, not a functional e2e test: This is a transient backend async-operation alert on the e2e svc cluster that auto-resolved after ~8 min. This PR only changes /test e2e-parallel |
AROSLSRE-1414 (parent AROSLSRE-863)
What
Bump the
opstoolAKSkubernetesVersioninconfig/config-dev-ci.yamlfrom"1.33"to"1.34"— the next step toward fleet parity (1.35).Why
opstool-usw3is now on1.33(control plane and all three node pools at1.33.12, node image202606.19.0), while the rest of the fleet runs1.35. AKS upgrades one minor at a time, so this PR advances the next hop1.33→1.34; a follow-up will take it to1.35.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 onto the target minor.az aks get-upgradesconfirms1.34.xis the only available upgrade target from1.33.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.34az aks nodepool list ... --query "[].currentOrchestratorVersion"→1.34.xon all poolsSpecial notes for your reviewer
Scope is intentionally limited to
opstool(dev-ci). The product svc/mgmt clusters are already on1.35and are not affected. The1.33hop merged in #5988 (pipeline fix so node pools roll, not just the control plane) and #5936 (the1.33config bump), and has been rolled out and verified.PR Checklist