-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
quay-v3.5.5
Descriptions
**This issue is found when all nodes (including master and infra) in OpenShift 4.7 are shutdown and then restarted. Once the infra node where quay is located is up, quay registry related pod starts to run, however quay app & quay registry pod failed to start.
The following error are found from the pod event.
- MountVolume.SetUp failed for volume "configvolume" : secret "quayregistry-quay-config-secret-mdc6mmmbb7" not found
- Unable to attach or mount volumes: unmounted volumes=[configvolume], unattached volumes=[configvolume extra-ca-certs default-token-fr29t]: timed out waiting for the condition
Steps:
- Deploy Quay with Quay Operator use all managed components
- Shut down all nodes in the following order (worker, infra , master)
- Start nodes in the following order (master, infra, worker)
- Check QuayRegistry Related Pod Status
Expected Results
- ** quay registry is up and running
Actual Results
- ** some quay registry component failed to start (quay app and quay config editor)