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
We had 1 issue during a hackaton, some participant had JKube not being able to connect to the openshift cluster while they can connect with oc. I had figured out that these people had the HOME env variable pointing to a different location than their home folder.
Description
We had 1 issue during a hackaton, some participant had JKube not being able to connect to the openshift cluster while they can connect with
oc
. I had figured out that these people had the HOME env variable pointing to a different location than their home folder.Fix has to be done in the fabric8 kubernetes client, picking the home folder for .kube/config should behave like
oc
andkubectl
:https://github.com/fabric8io/kubernetes-client/blob/3eb9746c409e940dda0265cf4b6fec65ec69bfdb/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/Config.java#L841
Info
mvn -v
) :Kubernetes / Red Hat OpenShift setup and version :
If it's a bug, how to reproduce :
If it's a feature request, what is your use case :
Sample Reproducer Project : [GitHub Clone URL]
The text was updated successfully, but these errors were encountered: