Skip to content

Add Default kubeconfig File at the top of the cluster connected to #2597

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

Closed
mohitsuman opened this issue Oct 27, 2022 · 1 comment · Fixed by #2648
Closed

Add Default kubeconfig File at the top of the cluster connected to #2597

mohitsuman opened this issue Oct 27, 2022 · 1 comment · Fixed by #2648
Assignees
Milestone

Comments

@mohitsuman
Copy link
Collaborator

  • Add Default kubeConfig File at the top before the cluster information in Application Explorer View
  • Provide the path of the file
  • Add an action to open kubeconfig in the editor (this happens once the user hovers over it)
@dgolovin
Copy link
Collaborator

dgolovin commented Nov 5, 2022

It is not always single file, Kubernetes config could be stored in multiple files.
Here is the link to how k8s nodejs client doing it
https://github.com/kubernetes-client/javascript/blob/f215e3dd6112261a960edb5e6401e13898de8384/src/config.ts#L302

@msivasubramaniaan msivasubramaniaan linked a pull request Nov 6, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment