Docs/CloudNative/Kubernetes/Base/Calico使用BGP模式网络.md
2022-10-18 16:59:37 +08:00

6 lines
No EOL
201 B
Markdown
Raw 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官方提供的资源清单默认使用IPIP模式网络若变更为BGP需要修改配置文件
```yaml
# 关闭IPIP,Always改为Never
- name: CALICO_IPV4POOL_IPIP
value: "Never"
```