Skip to content
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

Config supports reading multiple kubeconfig files with scattered information #6558

Closed
manusa opened this issue Nov 7, 2024 · 0 comments · Fixed by #6559
Closed

Config supports reading multiple kubeconfig files with scattered information #6558

manusa opened this issue Nov 7, 2024 · 0 comments · Fixed by #6559
Assignees
Milestone

Comments

@manusa
Copy link
Member

manusa commented Nov 7, 2024

Description

Part of #6516

After implementing #6551 and #6556 there's still a missing feature to be able to refresh and persist the information provided in those files it's scattered on different files.

Considering a scenario where a user has the kubeconfig information fragmented:

  • The current-context is defined in a file
  • The context is defined in a different file
  • The cluster referenced in the context is defined in a different file
  • The user referenced in the context is defined in a different file

The client and its Config management procedures need to be able to identify where each information was extracted from in case it needs to be updated or persisted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant