Skip to content

Commit 96534e6

Browse files
author
Okuniewska, Julia
committed
chore: install callico cni
1 parent 6f55933 commit 96534e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

default-cluster-templates/baseline-kubeadm.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
"mkdir -p /etc/systemd/system/rke2-server.service.d",
6060
"echo '[Service]\nEnvironmentFile=/etc/environment' > /etc/systemd/system/rke2-server.service.d/override.conf"
6161
],
62-
62+
"postKubeadmCommands": [
63+
"kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml"
64+
],
6365
"privateRegistriesConfig": {
6466
"mirrors": {
6567
"rs-proxy.rs-proxy.svc.cluster.local:8443": {

0 commit comments

Comments
 (0)