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
In this PR, the --require-kubeconfig flag has been removed.
--require-kubeconfig
When I use these scripts to setup cluster with kubelet version 1.10.0, it will failed due to the unknown flag --require-kubeconfig.
1.10.0
After I removed this flag in the kubelet config file, it worked.
The text was updated successfully, but these errors were encountered:
I created a PR at here #8
Sorry, something went wrong.
@pengisgood I think this a compatibility problem.
The kubelet can start now after removing this flag.
No branches or pull requests
In this PR, the
--require-kubeconfig
flag has been removed.When I use these scripts to setup cluster with kubelet version
1.10.0
, it will failed due to the unknown flag--require-kubeconfig
.After I removed this flag in the kubelet config file, it worked.
The text was updated successfully, but these errors were encountered: