]
Max Rydahl Andersen updated JBDS-3434:
--------------------------------------
Component/s: openshift
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
Reporter: Charles Moulliard
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, ...