]
Andre Dietisheim updated JBDS-3434:
-----------------------------------
Affects Version/s: 8.x
Kubernetes editor & wizard
--------------------------
Key: JBDS-3434
URL:
https://issues.jboss.org/browse/JBDS-3434
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: openshift
Affects Versions: 8.x
Reporter: Charles Moulliard
Assignee: Jeff Cantrill
Fix For: 9.0.x
To deploy a project on Openshift3, it will be required to edit/generate a kubernetes.json
file. The fabric8 project has created a maven plugin to generate the kubernetes.json file
and next to deploy the project on OS" (= maven fabic8:install) but it could be
interesteting also that we propose :
- a kubernetes editor within JBDS to update the YAML or JSON file and
- a wizard to create a kubernetes template file using some criteria like the API
version, name, ports to be exposed, volumes to mount, ...