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 the K8S version upgrade template to include OKE #4068

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kamaljeeti
Copy link
Collaborator

@kamaljeeti kamaljeeti commented Dec 13, 2024

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup

/kind documentation

/kind feature
/kind hotfix
/kind release

What this PR does / Why we need it:

Which issue(s) this PR fixes:#4038

Closes #4038

Special notes for your reviewer:

@agones-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 5035fc16-299c-4691-bc9b-4729dd39181b

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4068/head:pr_4068 && git checkout pr_4068
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.46.0-dev-ebc9cca

Copy link
Collaborator

@gongmax gongmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ivy had a comment on #4068 about refactor the code structure. Can you create an issue to track it separately? Thanks

@@ -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
Copy link
Collaborator

@gongmax gongmax Dec 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [ ] Update the OKE example cluster version to 1.30
- [ ] Update the OKE example cluster version to the newest supported version in {version_1} {version_2} {version_3}. Note the version should include the patch version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the K8S version upgrade template to include OKE
3 participants