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

Unable to retrieve pull secret openshift-operator-lifecycle-manager/coreos-pull-secret for openshift-operator-lifecycle-manager/olm-operator... #607

Closed
jlebon opened this issue Dec 6, 2018 · 3 comments
Labels
internal/tracked This issue is tracked in the internal JIRA

Comments

@jlebon
Copy link

jlebon commented Dec 6, 2018

Seeing this spammed over and over in my master logs on a fresh 4.0 install:

Dec 06 13:57:29 test1-master-0 hyperkube[2893]: W1206 13:57:29.875130    2893 kubelet_pods.go:841] Unable to retrieve pull secret openshift-operator-lifecycle-manager/coreos-pull-secret for openshift-operator-lifecycle-manager/olm-operator-68957f688b-59nsx due to secrets "coreos-pull-secret" not found.  The image pull may not succeed.
Dec 06 13:57:36 test1-master-0 hyperkube[2893]: W1206 13:57:36.375690    2893 kubelet_pods.go:841] Unable to retrieve pull secret openshift-operator-lifecycle-manager/coreos-pull-secret for openshift-operator-lifecycle-manager/catalog-operator-5c75f9c68d-r52rx due to secrets "coreos-pull-secret" not found.  The image pull may not succeed.
...
@wking
Copy link

wking commented Dec 9, 2018

The installer has been pushing coreos-pull-secret into the kube-system namespace (not the openshift-operator-lifecycle-manager namespace) since at least here (landed 2018-09-20). I saw these same errors in a run that included:

$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.0.0-4 --commits  | grep operator-framework
  olm    https://github.com/operator-framework/operator-lifecycle-manager    8429cb39b98e644318b8fae52406197cf4ab35a1

#584 and #591 have landed since 8429cb3, but nothing there is jumping out at me as fixing this issue.

@ecordell
Copy link
Member

Thanks for the bug report - you can safely ignore these errors, but we will update to remove them.

Older versions of OLM shipped catalogs that required a pull secret which we expected to exist in the same namespace. But none of the current operators require that secret anymore. The logs are annoying but have no effect on OLM or the operators it installs today.

@ecordell ecordell added the internal/tracked This issue is tracked in the internal JIRA label Dec 10, 2018
@ecordell
Copy link
Member

Fixed in #632 #636

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal/tracked This issue is tracked in the internal JIRA
Projects
None yet
Development

No branches or pull requests

3 participants