Skip to content
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

Update AKS version field to current supported versions #30

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

djeremiah
Copy link
Contributor

Also, move to minor version names instead of patch version names.

Description of your changes

The api definition had an enum with a limited set of patch-level versions for AKS. These are no longer supported versions in all regions. This PR moves the list to only specify the minor version, and updates the list to match the current set of available k8s versions.

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

Deployed the configuration into an Upbound control plane and provisioned an AKS cluster

@djeremiah djeremiah requested a review from haarchri February 26, 2024 16:48
@haarchri
Copy link
Member

/test-examples

@haarchri
Copy link
Member

@djeremiah can you please update the manifests in examples folder ?

i wonder if we really want to with latest version as default

@djeremiah
Copy link
Contributor Author

It's a fair question. configuration-gcp-gke uses "latest". configuration-aws-eks uses "1.27", but those clusters immediately get flagged as needing upgrades. Based on the current info in https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#kubernetes-versions, 1.28 seems like a good compromise for this moment in time.

@djeremiah
Copy link
Contributor Author

/test-examples

1 similar comment
@haarchri
Copy link
Member

/test-examples

@djeremiah
Copy link
Contributor Author

/test-examples

@haarchri haarchri merged commit 38838fb into upbound:main Feb 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants