[
https://issues.jboss.org/browse/JBIDE-21627?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-21627:
-----------------------------------------------
To expose a service we have to run two commands:
1) oc project <project_name>
2) oc expose service <service_name>
I think we have to run them in one process, or effect of the first command will be lost
for the second.
For Linux, it can be done with
bash -c ' oc project <project_name> && oc expose service
<service_name>'
but different OS need different commands.
[~jcantrill], can AbstractOpenShiftBinaryCapability be modified to achive that?
Enable exposure of OpenShift resources in tooling
-------------------------------------------------
Key: JBIDE-21627
URL:
https://issues.jboss.org/browse/JBIDE-21627
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Labels: openshift_v3
Fix For: 4.4.x
It would be nice if we would have something similar as oc binary to expose an existing
resource. To expose existing pods or services.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)