Skip to content

Commit c668fd4

Browse files
committed
Use correct flavor.
1 parent 35dacdb commit c668fd4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

capi-lab/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ up: bake deploy-capi
88

99
.PHONY: bake
1010
bake:
11-
make -C mini-lab up ANSIBLE_EXTRA_VARS_FILE=../mini-lab-overrides/extra-vars.yaml
11+
make -C mini-lab up MINI_LAB_FLAVOR=capms ANSIBLE_EXTRA_VARS_FILE=../mini-lab-overrides/extra-vars.yaml
1212

1313
.PHONY: deploy-capi
1414
deploy-capi:

config/samples/example-kubeadm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ spec:
114114
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf" | sed "s:/usr/bin:/usr/local/bin:g" | tee /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf
115115
116116
systemctl enable kubelet.service
117+
systemctl restart kubeadm
117118
- path: /etc/containerd/config.toml
118119
owner: "root:root"
119120
permissions: "0644"

0 commit comments

Comments
 (0)