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

download_binary.sh脚本中kubernetes_version取值有问题,导致无法正常下载k8s binary包 #7

Open
chinaloryu opened this issue Apr 28, 2021 · 1 comment

Comments

@chinaloryu
Copy link

download_binary.sh脚本中kubernetes_version变量获取到的是etcd的版本号,导致k8s binary无法正常拉取,修改赋值语句为kubernetes_version=$(awk '/^kubernetes_version/ {print $2}' ./group_vars/all)后正常

@liyongjian5179
Copy link
Owner

已修改,感谢尝试

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

No branches or pull requests

2 participants