-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Add a task page for setting up kubeconfig #38681
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
Comments
Related to #38478 |
/priority important-longterm |
It seems to me that simply adapting the contents of the existing Configure Access to Multiple Clusters page to configure a single cluster would satisfy this requirement. What is currently missing in the existing document is the pre-requisite to obtaining the necessary existing cluster information from a cluster administrator. Things like the cluster URL and the client SSL certificate or other necessary access credentials. It would be useful to include links to the And a link to the What do you think @sftim? |
Sounds good to me. For certificates, we should try to cover real-life workflows (for example: generate a key locally, get a certificate signed, use that) and not only less secure stories such as: a cluster administrator emails you a certificate and private key. We can mention that various Kubernetes components also load kubeconfig files. There are two lots of kubectl documentation; see #25943 |
/help |
@sftim: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this still required? If so, can I assign myself to this issue? |
Hi @mariasalcedo, since it's not closed yet, I believe you can. |
/assign |
(this is still useful to work on) |
@lmktfy do you want to expand this task to cover both kubeconfig and kuberc? Or should we open separate issue to track the latter? |
The task page for writing a kubeconfig should mention that kuberc is a thing and link to the docs about writing a kuberc. We should (my opinion) have a new separate issue similar to this one, about writing a kuberc. The task page for writing a kuberc should prominently hyperlink to the docs about writing a kubeconfig, so that people don't write a kuberc and then wonder why they can't run PR #50913 goes a long way towards covering the outcome of that separate issue. |
Opened #50988 to track it. |
Uh oh!
There was an error while loading. Please reload this page.
This is an umbrella issue
What would you like to be added
Add a new task page that explains how to put a kubeconfig in place for accessing a cluster.
Why is this needed
People might set up a PC to authenticate to a cluster that they did not deploy, and would like to learn how.
Comments
We already have:
but we don't have a task page for setting up kubeconfig when you just want to access a single cluster.
We should try to merge a basic task page first, but leave this issue open until that task is thorough and covers details such as impersonation, credential plugins, and
kuberc
(experimental - see https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/3104-introduce-kuberc/README.md)./sig cli
/language en
/kind feature
The text was updated successfully, but these errors were encountered: