kube2.yaml 315 B

1234567891011121314
  1. apiVersion: cilium.io/v2alpha1
  2. kind: CiliumNodeConfig
  3. metadata:
  4. namespace: kube-system
  5. name: direct-routing-device-kube2
  6. spec:
  7. nodeSelector:
  8. matchLabels:
  9. kubernetes.io/hostname: kube2
  10. defaults:
  11. devices: "wlp1s0"
  12. direct-routing-device: "wlp1s0"
  13. l2-pod-announcements-interface: "wlp1s0"