Add bootstrapper base
This commit is contained in:
13
clusterapi/add-cni.sh
Executable file
13
clusterapi/add-cni.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
. variables.sh
|
||||
|
||||
helm repo add cilium https://helm.cilium.io/
|
||||
|
||||
CILIUM_VERSION=1.12.2
|
||||
|
||||
KUBECONFIG=$CAPH_WORKER_CLUSTER_KUBECONFIG helm upgrade --install cilium cilium/cilium --version "$CILIUM_VERSION" \
|
||||
--namespace kube-system \
|
||||
-f https://raw.githubusercontent.com/syself/cluster-api-provider-hetzner/main/templates/cilium/cilium.yaml
|
Reference in New Issue
Block a user