Удалены ненужные параметры из CiliumL2AnnouncementPolicy, изменен шаблон для устройств в values.yaml, закомментирован тип сервиса в ingress-nginx.yaml.
This commit is contained in:
@@ -3,9 +3,6 @@ kind: CiliumL2AnnouncementPolicy
|
||||
metadata:
|
||||
name: policy1
|
||||
spec:
|
||||
serviceSelector:
|
||||
matchLabels:
|
||||
color: blue
|
||||
nodeSelector:
|
||||
matchExpressions:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
|
@@ -27,7 +27,7 @@ k8sServiceHost: 192.168.23.54
|
||||
k8sServicePort: 6443
|
||||
l2announcements:
|
||||
enabled: true
|
||||
devices: ens+
|
||||
devices: ^ens+
|
||||
hubble:
|
||||
relay:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user