We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipv6 环境部署失败。
centos7.9 下使用bcs-ops部署双栈环境集群会失败。
内核版本: 3.10
flannel-io/flannel#1671
bk-bcs/bcs-ops/system/check_host.sh
Line 22 in 5006e27
bcs-ops 默认使用的 vxlan 模式,对于 ipv6 内核版本预检至少要求 4.19.1 . 目前在5 .4 版本上验证是成功的。
bcs-ops
vxlan
ipv6
4.19.1
参考信息: https://github.com/torvalds/linux/blob/v3.11/drivers/net/vxlan.c https://github.com/torvalds/linux/blob/v3.12/drivers/net/vxlan.c
可见至少 3.12 后 vxlan 才支持 ipv6.
https://github.com/tigera/docs/blob/main/calico/networking/configuring/vxlan-ipip.mdx tigera/docs#515
这里的验证描述中,4.19.1
projectcalico/calico#7251 (comment)
The text was updated successfully, but these errors were encountered:
DeveloperJim
Successfully merging a pull request may close this issue.
问题描述
ipv6 环境部署失败。
重现方法
centos7.9 下使用bcs-ops部署双栈环境集群会失败。
内核版本: 3.10
类似问题
flannel-io/flannel#1671
可能的修复方式
bk-bcs/bcs-ops/system/check_host.sh
Line 22 in 5006e27
bcs-ops
默认使用的vxlan
模式,对于ipv6
内核版本预检至少要求4.19.1
. 目前在5 .4 版本上验证是成功的。参考信息:
https://github.com/torvalds/linux/blob/v3.11/drivers/net/vxlan.c
https://github.com/torvalds/linux/blob/v3.12/drivers/net/vxlan.c
https://github.com/tigera/docs/blob/main/calico/networking/configuring/vxlan-ipip.mdx
tigera/docs#515
projectcalico/calico#7251 (comment)
The text was updated successfully, but these errors were encountered: