123456789101112131415161718192021222324252627282930313233 |
- # -- Affinity for cilium-agent.
- affinity:
- podAntiAffinity:
- requiredDuringSchedulingIgnoredDuringExecution:
- - topologyKey: kubernetes.io/hostname
- labelSelector:
- matchLabels:
- k8s-app: cilium
- nodeAffinity:
- requiredDuringSchedulingIgnoredDuringExecution:
- nodeSelectorTerms:
- - matchExpressions:
- - key: cilium.cluster.local/schedulable
- operator: NotIn
- values:
- - "false"
- k8sServiceHost: "192.168.0.144"
- k8sServicePort: "6443"
- l2announcements:
- enabled: true
- l2podAnnouncements:
- enabled: true
- interface: "br154.154"
- cluster:
- name: "cluster1"
- id: 1
- ipv4NativeRoutingCIDR: 10.0.0.0/9
|