Skip to content
New issue

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

Bcs ops/fix 20240202 #2944

Closed
wants to merge 3 commits into from

Conversation

bingoct
Copy link
Collaborator

@bingoct bingoct commented Feb 2, 2024

fix: #2943
fix: #2938

fix: 错误退出的echo 重定向为 /dev/stderr

@bingoct
Copy link
Collaborator Author

bingoct commented Feb 2, 2024

自测:

# 没有指定 ipv6
./system/check_host.sh -c all
...
check_kernel : 当前配置(5.4.241).内核版本大于或等于3.10.0
...
# 通过set 指定 ipv6
set -a
K8S_IPv6_STATUS="DualStack"
set +a
./system/check_host.sh -c all
...
check_kernel : 当前配置(5.4.241).内核版本大于或等于4.19.1
...
# 通过 文件指定 ipv6
echo ’K8S_IPv6_STATUS="DualStack”‘ >>env/bcs.env
./system/check_host.sh -c all
...
check_kernel : 当前配置(5.4.241).内核版本大于或等于4.19.1
...

@bingoct
Copy link
Collaborator Author

bingoct commented Mar 14, 2024

#3030 has merged

@bingoct bingoct closed this Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] bcs-ops 离线安装 containerd 启动失败 [bcs-op] centos 7.9 下 ipv6 环境 部署失败
2 participants