Skip to content

Commit

Permalink
Disable proxy in CNI configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Emil Damm <neq@energinet.dk>
  • Loading branch information
devantler committed Dec 22, 2024
1 parent f69fdd6 commit 64e7f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
cilium/cilium \
--namespace kube-system \
--set ipam.mode=kubernetes \
--set kubeProxyReplacement=false \
--set kubeProxyReplacement=true \
--set securityContext.capabilities.ciliumAgent="{CHOWN,KILL,NET_ADMIN,NET_RAW,IPC_LOCK,SYS_ADMIN,SYS_RESOURCE,DAC_OVERRIDE,FOWNER,SETGID,SETUID}" \
--set securityContext.capabilities.cleanCiliumState="{NET_ADMIN,SYS_ADMIN,SYS_RESOURCE}" \
--set cgroup.autoMount.enabled=false \
Expand Down
2 changes: 2 additions & 0 deletions talos/patches/cluster/cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ cluster:
network:
cni:
name: none
proxy:
disabled: true

0 comments on commit 64e7f61

Please sign in to comment.