blog/kubernetes/mantaince/calico.md

7 lines
197 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Calico
多个网卡时要添加以下信息来指定bgp绑定的网卡否则会出现pod不通
```yaml
- name: IP_AUTODETECTION_METHOD
value: cidr=10.0.0.0/24
```