-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Issue in kubectl-commands.html file #35577
Comments
/assign |
Also see this:
|
@jihoon-seo should this issue and its corresponding PR be closed? |
@dipankardas011 IMO it would be good to keep this issue open until the error in K8s Docs has been resolved. 😊 /kind bug |
Okay 👍 |
/triage accepted |
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:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@jihoon-seo Should the PR be opened in Kuberenetes/website? |
/remove-lifecycle stale |
Hello team.
Recently I noticed that this page: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-secret-tls-em- shows wrong command. Instead of
kubectl create tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]
it should be
kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]
I believe the fix should go into this file https://github.com/kubernetes/website/blob/9ba644e361972562c5f3d39b92dedc8128c439b2/static/docs/reference/generated/kubectl/kubectl-commands.html
Please review.
Thank you
The text was updated successfully, but these errors were encountered: