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
执行node节点/k8s/kubernetes/cfg/environment.sh报错 原因:没有加入环境变量 更正:echo 'PATH=/k8s/kubernetes/bin:$PATH' > /etc/profile.d/k8s.sh source /etc/profile.d/k8s.sh
The text was updated successfully, but these errors were encountered:
执行node节点/k8s/kubernetes/cfg/environment.sh最好进入目录,否则生成的文件在现执行目录 更正:cd /k8s/kubernetes/cfg bash -x /k8s/kubernetes/cfg/environment.sh
Sorry, something went wrong.
No branches or pull requests
执行node节点/k8s/kubernetes/cfg/environment.sh报错
原因:没有加入环境变量
更正:echo 'PATH=/k8s/kubernetes/bin:$PATH' > /etc/profile.d/k8s.sh
source /etc/profile.d/k8s.sh
The text was updated successfully, but these errors were encountered: