Skip to content
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

deploy/deployment.yaml is missing #58

Closed
utle opened this issue Sep 27, 2019 · 4 comments
Closed

deploy/deployment.yaml is missing #58

utle opened this issue Sep 27, 2019 · 4 comments

Comments

@utle
Copy link

utle commented Sep 27, 2019

In the README has the following step:
oc apply -f deploy/deployment.yaml

However, there is no deployment.yaml file. Maybe, this step should be oc apply -f deploy/operator.yaml?

The deployment.yaml deleted by issue#26 so the README need to update.

@Zech-Hein
Copy link

Additionally, when trying to deploy the following error occurs,

Failed to pull image "docker-registry.default.svc:5000/default/cert-operator:latest": rpc error: code = Unknown desc = Error: image default/cert-operator:latest not found

It seems like the image is not there

@utle
Copy link
Author

utle commented Oct 1, 2019

The image is not there because the repository doesn't exist.
(3) failed to list versions for git://github.com/micro/go-config: fatal: remote error:
Repository not found.

@JuozasA
Copy link

JuozasA commented Nov 11, 2019

Re: file name: ##59

@JuozasA
Copy link

JuozasA commented Nov 11, 2019

Additionally, when trying to deploy the following error occurs,

Failed to pull image "docker-registry.default.svc:5000/default/cert-operator:latest": rpc error: code = Unknown desc = Error: image default/cert-operator:latest not found

It seems like the image is not there

make sure you build the image and push it to your local registry first:
oc process -f build/build.yml | oc apply -f-

@utle utle closed this as completed Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants