0
点赞
收藏
分享

微信扫一扫

calico 显示auto-MTU,指定网卡

Gaaidou 2023-11-17 阅读 20

no interfaces matched the MTU interface pattern. To use auto-MTU, set mtuIfacePattern to match your host's interfaces

 

指定

- name: CLUSTER_TYPE
  value: k8s ,bgp
- name: IP_AUTODETECTION_METHOD
  value: interface=bond0,ens192
- name: IP 
  value: autodetect
- name: FELIX_MTUIFACEPATTERN
  value: "^((bond|ens|eth).*)"

 

https://docs.tigera.io/calico/latest/reference/felix/configuration



举报

相关推荐

0 条评论