intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

fix: allow multiple configs listed in KUBECONFIG (#779)

Open adietish opened this issue 1 year ago • 1 comments

fixes #779 depends on https://github.com/redhat-developer/intellij-common/pull/237 related to https://github.com/fabric8io/kubernetes-client/issues/6240

This is a tentative, simplified fix where I override the kubernetes-client io.fabric8.kubernetes.client.Config class within the classpath of our plugin. A proper fix will patch kubernetes-client and then include the fixed client in our plugin. As pointed out in https://github.com/fabric8io/kubernetes-client/issues/6253#issuecomment-2287855969 the fixed client is 7.x (we're currently at 6.12) and possibly get backported to 6.13 if the fix is non-intrusive.

adietish avatar Aug 14 '24 09:08 adietish