chore(cilium): Limit l2adv to workers
This commit is contained in:
parent
c5d2ccf365
commit
e70262ee6c
2 changed files with 4 additions and 10 deletions
|
|
@ -5,3 +5,7 @@ metadata:
|
||||||
name: l2adv
|
name: l2adv
|
||||||
spec:
|
spec:
|
||||||
loadBalancerIPs: true
|
loadBalancerIPs: true
|
||||||
|
nodeSelector:
|
||||||
|
matchExpressions:
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
operator: DoesNotExist
|
||||||
|
|
|
||||||
|
|
@ -42,16 +42,6 @@ hubble:
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
envoy:
|
|
||||||
enabled: true
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
keepCapNetBindService: true
|
|
||||||
envoy:
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_ADMIN
|
|
||||||
- NET_BIND_SERVICE
|
|
||||||
|
|
||||||
gatewayAPI:
|
gatewayAPI:
|
||||||
enabled: true
|
enabled: true
|
||||||
enableAlpn: true
|
enableAlpn: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue