intellij-openshift-connector icon indicating copy to clipboard operation
intellij-openshift-connector copied to clipboard

MacOS: when launched within IDE (not run from source) KUBECONFIG env variable is not available

Open adietish opened this issue 10 months ago • 1 comments

related to https://github.com/redhat-developer/intellij-kubernetes/issues/826

Steps:

  1. ASSERT: launch plugin as binary or from source without setting KUBECONFIG in the launch config (env vars)

Result: The KUBECONFIG env variable is not available to the kubernetes-client in the plugin.

adietish avatar Feb 03 '25 10:02 adietish

fixed by code provided in https://github.com/redhat-developer/intellij-common/issues/263 and a call to it in this plugin.

adietish avatar Feb 03 '25 10:02 adietish