Command rarely changes.
This commit is contained in:
parent
f79ffac3dd
commit
53e9bfff88
1 changed files with 2 additions and 0 deletions
2
talos/install-cilium.sh
Normal file
2
talos/install-cilium.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cilium install --helm-set=ipam.mode=kubernetes --helm-set=kubeProxyReplacement=true --helm-set=securityContext.capabilities.ciliumAgent="{CHOWN,KILL,NET_ADMIN,NET_RAW,IPC_LOCK,SYS_ADMIN,SYS_RESOURCE,DAC_OVERRIDE,FOWNER,SETGID,SETUID}" --helm-set=securityContext.capabilities.cleanCiliumState="{NET_ADMIN,SYS_ADMIN,SYS_RESOURCE}" --helm-set=cgroup.autoMount.enabled=false --helm-set=cgroup.hostRoot=/sys/fs/cgroup --helm-set=k8sServiceHost=localhost --helm-set=k8sServicePort=7445
|
Reference in a new issue