-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update kubeconfig documentation #1032
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aojea The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for quickly updating the docs!
IMO this needs to be held until we cut a stable release.
…On Thu, Oct 31, 2019, 00:48 Amit Watve ***@***.***> wrote:
***@***.**** commented on this pull request.
Thanks for quickly updating the docs!
------------------------------
In site/content/docs/user/quick-start.md
<#1032 (comment)>:
> @@ -97,13 +101,11 @@ kind
kind-2
```
-Both of these clusters will have a kubeconfig file to go along with them:
+In order to interact with an specific cluster, you only need to specify the
nit: *a* specific cluster
------------------------------
In site/content/docs/user/quick-start.md
<#1032 (comment)>:
> ```
-kind get kubeconfig-path
-/home/user/.kube/kind-config-kind
-
-kind get kubeconfig-path --name kind-2
-/home/user/.kube/kind-config-kind-2
+kubectl cluster-info --context kind
these will now be kind-kind
------------------------------
In site/content/docs/user/quick-start.md
<#1032 (comment)>:
> @@ -412,3 +414,4 @@ kind, the Kubernetes cluster itself, etc.
[Private Registries]: /docs/user/private-registries
[customize control plane with kubeadm]: https://kubernetes.io/docs/setup/independent/control-plane-flags/
[docker enable ipv6]: https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/
+[access multiple clusters] https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/
missing : after [access multiple clusters]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1032?email_source=notifications&email_token=AAHADK7ZXMKXJPEJZ3YBJBDQRKEVHA5CNFSM4JHFNW6KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ2XTNA#pullrequestreview-309688756>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHADK4FNYJT72A6JAYAILTQRKEVHANCNFSM4JHFNW6A>
.
|
/hold NOTE: Don't forget to merge before the release |
merged just after the release! 😅 |
follow up on #1029