Skip to content

Commit

Permalink
fix: add cilium devices and enableRuntimeDeviceDetection
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 31, 2024
1 parent f94d450 commit e1269fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
containerRuntime:
integration: containerd
socketPath: /var/run/k3s/containerd/containerd.sock
devices: enp7s0
enableRuntimeDeviceDetection: true
endpointRoutes:
enabled: true
hubble:
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ spec:
containerRuntime:
integration: containerd
socketPath: /var/run/k3s/containerd/containerd.sock
devices: enp7s0
enableRuntimeDeviceDetection: true
endpointRoutes:
enabled: true
hubble:
Expand Down

0 comments on commit e1269fc

Please sign in to comment.