Is it possible to deploy fabric8 devops apps on Openshift without the fabric8 console? Trying to deploy gogs with `curl -o fabric8.zip http://repo1.maven.org/maven2/io/fabric8/forge/distro/distro/2.2.153/distro-2.2.153-templates.zip` And then `oc process -f gogs-2.2.149.json | oc create -f -` The deployment goes through but the container when starting is crashing as it's getting permission denied during the entrypoint startup script. Am I on the right path? Is it possible to deploy these templates without fabric8 console?
Is it possible to deploy fabric8 devops apps on Openshift without the fabric8 console?
Trying to deploy gogs with
curl -o fabric8.zip http://repo1.maven.org/maven2/io/fabric8/forge/distro/distro/2.2.153/distro-2.2.153-templates.zipAnd then
oc process -f gogs-2.2.149.json | oc create -f -The deployment goes through but the container when starting is crashing as it's getting permission denied during the entrypoint startup script.
Am I on the right path? Is it possible to deploy these templates without fabric8 console?