-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to install DOOM at my Openshift Cluster #3
Comments
I suspect it's a network issue. Your firewall/proxy might be blocking access to https://github.com/OpenShiftDemos/ocpdoom.git. You could try doing the following to test from the same network you're running OpenShift on:
|
Thank you for answering :-) I tried like you suggested : git clone was successfully.
This sentence makes me a little bit suspicious : Do I need a build-secret for the creation? |
No you should not need to create a build secret. It looks to me like your
If all is well move on to the next steps. |
i tried this command ;
The Pod from deployment ocpdoom wont deploy:
There is also no image at the doom deployment: -> Output from oc edit deployment/ocpdoom -o yaml -n ocpdoom
My firewall colleague checked the logs at the firewall: |
Merge pull request #4 from OpenShiftDemos/main
Hello Nick,
i am running an Openshift Cluster on VMware.
I would like to install DOOM for a presentation -> To show my boss how cool Openshift is :-)
I was doing all the steps from your manual and got an error with this command:
oc new-app https://github.com/OpenShiftDemos/ocpdoom.git --name=ocpdoom -n oc
`
oc new-app https://github.com/OpenShiftDemos/ocpdoom.git --name=ocpdoom -n ocpdoom
warning: Cannot check if git requires authentication.
error: unable to load template file "https://github.com/OpenShiftDemos/ocpdoom.git": error parsing https://github.com/OpenShiftDemos/ocpdoom.git: error converting YAML to JSON: yaml: line 30: mapping values are not allowed in this context
error: local file access failed with: stat https://github.com/OpenShiftDemos/ocpdoom.git: no such file or directory
error: unable to locate any images in image streams, templates loaded in accessible projects, template files, local docker images with name "https://github.com/OpenShiftDemos/ocpdoom.git"
Argument 'https://github.com/OpenShiftDemos/ocpdoom.git' was classified as an image, image~source, or loaded template reference.
The 'oc new-app' command will match arguments to the following types:
--allow-missing-images can be used to point to an image that does not exist yet.
`
FYI: Company Proxy Settings are set
The text was updated successfully, but these errors were encountered: