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

Closed

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.

@kamaljeeti kamaljeeti closed this Jan 20, 2025
@kamaljeeti kamaljeeti force-pushed the OKE-included-in-k8stemplate branch from ebc9cca to f560820 Compare January 20, 2025 08:11
@github-actions github-actions bot added the kind/documentation Documentation for Agones label Jan 20, 2025
@agones-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 2f73d81d-4fd9-4996-8075-3611f0783eac

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.47.0-dev-f560820

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

Successfully merging this pull request may close these issues.

Update the K8S version upgrade template to include OKE
3 participants