This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/talos/install-cilium.sh

3 lines
492 B
Bash
Raw Normal View History

2023-12-29 12:12:00 -06:00
#!/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