Update supported Kubernetes versions to 1.31, 1.32, 1.33#4199
Update supported Kubernetes versions to 1.31, 1.32, 1.33#4199igooch merged 2 commits intoagones-dev:mainfrom
Conversation
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
|
||
| # overwrite kubectl as we want a specific version | ||
| RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VER}/bin/linux/amd64/kubectl && \ | ||
| RUN curl -LO https://dl.k8s.io/release/v${KUBERNETES_VER}/bin/linux/amd64/kubectl && \ |
There was a problem hiding this comment.
@igooch Switched to dl.k8s.io for kubectl download — it's the official and supported source now.
kubernetes/k8s.io#2396
|
Build Failed 😭 Build Id: ee99f772-227a-47c6-add8-299b809020ff Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Failed 😭 Build Id: f9fc59a6-7bf6-4bcc-9655-78eebdf31460 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
Build Failed 😭 Build Id: e7736c08-a722-481b-bba8-fe34da9e680d Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
Build Succeeded 🥳 Build Id: 1ab5d3ca-9d64-41fb-8458-b5203d6a3d2e 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: |
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Work on #4193
Special notes for your reviewer: