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 docs , while generating a workload cluster templates , the command is :
clusterctl config cluster capdo-quickstart \ --infrastructure digitalocean \ --kubernetes-version v1.17.11 \ --control-plane-machine-count 1 \ --worker-machine-count 3 > capdo-quickstart-cluster.yaml
which should be
clusterctl generate cluster capdo-quickstart \ --infrastructure digitalocean \ --kubernetes-version v1.17.11 \ --control-plane-machine-count 1 \ --worker-machine-count 3 > capdo-quickstart-cluster.yaml
As clusterctl config will not generate the yaml files , clusterctl generate will do.
clusterctl config
clusterctl generate
The text was updated successfully, but these errors were encountered:
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
lifecycle/rotten
You can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In docs , while generating a workload cluster templates , the command is :
which should be
As
clusterctl config
will not generate the yaml files ,clusterctl generate
will do.The text was updated successfully, but these errors were encountered: