]
Jeff MAURY updated JBIDE-22644:
-------------------------------
Fix Version/s: 4.4.1.AM3
Unable to perform oc binary actions because of insecure flag
------------------------------------------------------------
Key: JBIDE-22644
URL:
https://issues.jboss.org/browse/JBIDE-22644
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Final
Reporter: Jeff Cantrill
Assignee: Jeff Cantrill
Fix For: 4.4.1.AM3
Trying to retrieve pod logs or any oc binary action results in warning of:
specifying a root certificates file with the insecure flag is not allowed
Per deads openshift dev "...it means that your kubeconfig file has a CA set, but
you're trying to connect insecurely"
Persumably this requires us to make sure KUBECONFIG env var is not set when executing oc
binary commands.