Add Ubuntu 26.04 (Resolute) cloud images to channels#18239
Add Ubuntu 26.04 (Resolute) cloud images to channels#18239ameukam wants to merge 1 commit intokubernetes:masterfrom
Conversation
Add Ubuntu Resolute images Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Channels would change the default behaviour going forward. As 26.04 was just released and kOps 1.36 is approaching beta, this seems premature. I would raise it as a topic for office hours and maybe switch for 1.37. WDYT? |
no strong opinion. I'll milestone it for v1.37. |
| - name: 099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20260218 | ||
| providerID: aws | ||
| architectureID: amd64 | ||
| kubernetesVersion: ">=1.32.0" |
There was a problem hiding this comment.
| kubernetesVersion: ">=1.32.0 <1.37.0" |
| @@ -82,6 +82,14 @@ | |||
| providerID: aws | |||
| architectureID: arm64 | |||
| kubernetesVersion: ">=1.32.0" | |||
There was a problem hiding this comment.
| kubernetesVersion: ">=1.32.0" | |
| kubernetesVersion: ">=1.32.0 <1.37.0" |
| - name: 099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-resolute-26.04-amd64-server-20260425 | ||
| providerID: aws | ||
| architectureID: amd64 | ||
| kubernetesVersion: ">=1.36.0" |
There was a problem hiding this comment.
| kubernetesVersion: ">=1.36.0" | |
| kubernetesVersion: ">=1.37.0" |
| - name: 099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-resolute-26.04-arm64-server-20260425 | ||
| providerID: aws | ||
| architectureID: arm64 | ||
| kubernetesVersion: ">=1.36.0" |
There was a problem hiding this comment.
| kubernetesVersion: ">=1.36.0" | |
| kubernetesVersion: ">=1.37.0" |
| @@ -102,6 +110,10 @@ | |||
| providerID: gce | |||
| architectureID: amd64 | |||
| kubernetesVersion: ">=1.32.0" | |||
There was a problem hiding this comment.
| kubernetesVersion: ">=1.32.0" | |
| kubernetesVersion: ">=1.32.0 <1.37.0" |
| - name: ubuntu-os-cloud/ubuntu-2604-resolute-amd64-v20260425 | ||
| providerID: gce | ||
| architectureID: amd64 | ||
| kubernetesVersion: ">=1.36.0" |
There was a problem hiding this comment.
| kubernetesVersion: ">=1.36.0" | |
| kubernetesVersion: ">=1.37.0" |
| @@ -114,6 +126,10 @@ | |||
| providerID: azure | |||
| architectureID: amd64 | |||
| kubernetesVersion: ">=1.32.0" | |||
There was a problem hiding this comment.
| kubernetesVersion: ">=1.32.0" | |
| kubernetesVersion: ">=1.32.0 <1.37.0" |
| - name: Canonical:ubuntu-26_04-lts:server:26.04.20260425 | ||
| providerID: azure | ||
| architectureID: amd64 | ||
| kubernetesVersion: ">=1.36.0" |
There was a problem hiding this comment.
| kubernetesVersion: ">=1.36.0" | |
| kubernetesVersion: ">=1.37.0" |
There was a problem hiding this comment.
Should add the arm64 image also.
Add Ubuntu Resolute images