You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: