[
https://issues.jboss.org/browse/JBIDE-22644?page=com.atlassian.jira.plugi...
]
Jeff Cantrill commented on JBIDE-22644:
---------------------------------------
Can be fixed with:
ProcessBuilder builder = new ProcessBuilder(args);
builder.environment().clear();
in
AbstractOpenshiftBinaryCapability in the openshift-restclient
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
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)