Skip to content

Commit 9415311

Browse files
authored
Merge pull request #12 from AkihiroSuda/dev
Update Ubuntu to 24.04
2 parents e72dcee + 136d414 commit 9415311

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kubetest2 kindinv \
2222
--run-id=foo \
2323
--gcp-project=${CLOUDSDK_CORE_PROJECT} \
2424
--gcp-zone=us-west1-a \
25-
--instance-image=ubuntu-os-cloud/ubuntu-2204-lts \
25+
--instance-image=ubuntu-os-cloud/ubuntu-2404-lts-amd64 \
2626
--instance-type=n2-standard-4 \
2727
--user=rootless \
2828
--kind-rootless \

deployer/deployer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func New(opts types.Options) (types.Deployer, *pflag.FlagSet) {
113113
KubeRoot: kubeRoot,
114114
GCPProject: os.Getenv("CLOUDSDK_CORE_PROJECT"),
115115
GCPZone: os.Getenv("CLOUDSDK_COMPUTE_ZONE"),
116-
InstanceImage: "ubuntu-os-cloud/ubuntu-2204-lts",
116+
InstanceImage: "ubuntu-os-cloud/ubuntu-2404-lts-amd64",
117117
InstanceType: "n2-standard-4",
118118
DiskGiB: 200,
119119
User: username,

deployer/kubetest2-kindinv-provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# The provisioning script for kubetest2-kindinv.
3-
# Expected to be used with Ubuntu 22.04.
3+
# Expected to be used with Ubuntu 22.04 or later.
44
# TODO: support non-Ubuntu too
55
set -eux -o pipefail
66

0 commit comments

Comments
 (0)