Skip to content

Commit a137faa

Browse files
ddelnanocosmic-copybara
authored andcommitted
Update reference to old kernel label since most recent update (pixie-io#1999)
Summary: Update reference to old kernel label since most recent update The 6.1.8 kernel was updated to the latest patch version in pixie-io#1995. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Build without specifying `--//bazel/test_runners/qemu_with_kernel:kernel_version` succeeds Signed-off-by: Dom Del Nano <ddelnano@gmail.com> GitOrigin-RevId: df3992f
1 parent 63a9422 commit a137faa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

bazel/test_runners/qemu_with_kernel/runner.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ qemu_with_kernel_test_runner = rule(
8484
implementation = _test_runner_impl,
8585
attrs = {
8686
"kernel_image": attr.label(
87-
default = Label("@linux_build_6_1_8_x86_64//file:linux-build.tar.gz"),
87+
default = Label("@linux_build_6_1_18_x86_64//file:linux-build.tar.gz"),
8888
allow_single_file = True,
8989
),
9090
"_busybox": attr.label(

scripts/create_gke_cluster.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ set_default_values() {
2929
NUM_NODES=2
3030
MIN_NODES=1
3131
MAX_NODES=5
32-
MACHINE_TYPE=e2-standard-2
32+
MACHINE_TYPE=e2-standard-4
3333
IMAGE_NAME=COS_CONTAINERD
3434
DISK_SIZE=100
3535
LABELS="k8s-dev-cluster="
3636
}
3737

3838
# Configuration for personal Pixie dev clusters.
3939
set_pixies_cluster_config() {
40-
PROJECT=csmc-dev
40+
PROJECT=pl-pixies
4141
ZONE=us-west1-a
42-
NETWORK=projects/csmc-dev/global/networks/dev
43-
SUBNETWORK_ARGS=(--subnetwork projects/csmc-dev/regions/us-west1/subnetworks/dev-subnet)
42+
NETWORK=projects/pl-pixies/global/networks/dev
43+
SUBNETWORK_ARGS=(--subnetwork projects/pl-pixies/regions/us-west1/subnetworks/us-west1-0)
4444
}
4545

4646
# Configuration for Pixie cloud (prod) cluster.

0 commit comments

Comments
 (0)