Skip to content

Commit ae940cf

Browse files
authored
fix: stop being clever with template variables (#128)
Also remove some kernelCmdline args I accidentally added back somehow. Oops.
1 parent c20ee30 commit ae940cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

templates/cluster-template-cilium.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
memoryMb: 2048
7575
rootVolume:
7676
id: root
77-
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:${KUBERNETES_VERSION#v}}"
77+
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:1.21.8}"
7878
mountPoint: "/"
7979
kernel:
8080
filename: "boot/vmlinux"
@@ -118,7 +118,7 @@ spec:
118118
memoryMb: 2048
119119
rootVolume:
120120
id: root
121-
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:${KUBERNETES_VERSION#v}}"
121+
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:1.21.8}"
122122
mountPoint: "/"
123123
kernel:
124124
filename: "boot/vmlinux"

templates/cluster-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
memoryMb: 2048
7171
rootVolume:
7272
id: root
73-
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:${KUBERNETES_VERSION#v}}"
73+
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:1.21.8}"
7474
mountPoint: "/"
7575
kernel:
7676
filename: "boot/vmlinux"
@@ -114,12 +114,12 @@ spec:
114114
memoryMb: 2048
115115
rootVolume:
116116
id: root
117-
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:${KUBERNETES_VERSION#v}}"
117+
image: "${MVM_ROOT_IMAGE:=ghcr.io/weaveworks/capmvm-kubernetes:1.21.8}"
118118
mountPoint: "/"
119119
kernel:
120120
filename: "boot/vmlinux"
121121
image: "${MVM_KERNEL_IMAGE:=ghcr.io/weaveworks/flintlock-kernel:5.10.77}"
122-
kernelCmdline: console=ttyS0 reboot=k panic=1 pci=off i8042.noaux i8042.nomux i8042.nopnp i8042.dumbkbd ds=nocloud-net;s=http://169.254.169.254/latest/
122+
kernelCmdline: {}
123123
networkInterfaces:
124124
- guestDeviceName: "eth1"
125125
type: "macvtap"

0 commit comments

Comments
 (0)