We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
Using run make-local-shift,
run make-local-shift
Saw that the olm-operator pod went into ImagePullBackOff, failing to pull the image quay.io/coreos/olm with the master tag.
olm-operator
quay.io/coreos/olm
I was able to fix this by editing the pod definition to use one of the existing tags, for example 0.7.3.
0.7.3
Looks like this needs to be fixed somewhere in the makefile or bringup scripts. Please feel free to let me know if any further details are needed. :)
The text was updated successfully, but these errors were encountered:
See #537 which should fix that issue.
Sorry, something went wrong.
No branches or pull requests
Environment:
Using
run make-local-shift
,Issue:
Saw that the
olm-operator
pod went into ImagePullBackOff, failing to pull the imagequay.io/coreos/olm
with themaster
tag.Workaround
I was able to fix this by editing the pod definition to use one of the existing tags, for example
0.7.3
.Looks like this needs to be fixed somewhere in the makefile or bringup scripts. Please feel free to let me know if any further details are needed. :)
The text was updated successfully, but these errors were encountered: