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
What did you do?
We are working on an operator that installs via OLM and the images are from a private registry. The operator uses default Service Account (in CSV). Hence, we create a (secret) imagePullSecret to our private image registry and link it to the 'default' service account before we install the operator. The deployment of the operator, updates the default Service Account and removes the linked imagePullSecret from the ServiceAccount. This causes the deployment of the operator to fail. Once we recreate the secret and the link to the Service Account and following it up with pod recreation [delete the pod (for reconcile to happen), the recreated pod just picks it up right] it works. When we define a Service Account and use the one that we created, the issue doesn't appear
What did you expect to see?
Operator deployment succeeds with the given imagePullSecret in default service account
What did you see instead? Under which circumstances?
Deployment of the operator failed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug Report
What did you do?
We are working on an operator that installs via OLM and the images are from a private registry. The operator uses
default
Service Account (in CSV). Hence, we create a (secret)imagePullSecret
to our private image registry and link it to the 'default' service account before we install the operator. The deployment of the operator, updates the default Service Account and removes the linkedimagePullSecret
from the ServiceAccount. This causes the deployment of the operator to fail. Once we recreate the secret and the link to the Service Account and following it up with pod recreation [delete the pod (for reconcile to happen), the recreated pod just picks it up right] it works. When we define a Service Account and use the one that we created, the issue doesn't appearWhat did you expect to see?
Operator deployment succeeds with the given
imagePullSecret
indefault
service accountWhat did you see instead? Under which circumstances?
Deployment of the operator failed
Environment
v1.0.0
Openshift
Possible Solution
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: