You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a final step before being able to complete #6240 and merge a reviewed and updated version of #6295, the method Config.autoConfigure(Config, String) needs improvement to support multiple kubeconfig files.
When a kubeconfig environment variable or System property is provided with multiple paths, the method should be able to process all of the configs in the provided paths.
The logic for merging is explained in #6551 and was already implemented in #6553.
Only additional wiring and tests are needed.
The text was updated successfully, but these errors were encountered:
Description
Part of #6516
As a final step before being able to complete #6240 and merge a reviewed and updated version of #6295, the method
Config.autoConfigure(Config, String)
needs improvement to support multiplekubeconfig
files.When a
kubeconfig
environment variable or System property is provided with multiple paths, the method should be able to process all of the configs in the provided paths.The logic for merging is explained in #6551 and was already implemented in #6553.
Only additional wiring and tests are needed.
The text was updated successfully, but these errors were encountered: