]
Jeff MAURY updated JBIDE-20763:
-------------------------------
Fix Version/s: 4.5.x
(was: 4.5.0.Final)
Provide 'oc' binaries per platform
----------------------------------
Key: JBIDE-20763
URL:
https://issues.jboss.org/browse/JBIDE-20763
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Labels: oc_binary, preferences
Fix For: 4.5.x
Instead of forcing the user to search, download and install the 'oc' library
manually before being able to use port forwarding or log streaming, the platform-related
binary could be installed automatically.
Possible implementation:
- define the oc binary URLs in stacks.yaml
- on openshift 3 plugin startup, check if oc binary is set in preferences
- if not set trigger background job to d/l oc binary matching current platform, and
update preferences, else, do nothing.
[~maxandersen] does it correspond to what you had in mind?