-
Bug
-
Resolution: Done
-
Blocker
-
quay-v3.6.1
-
False
-
False
-
Description:
This is an issue found when deploy Quay with Quay Operator, the results is Quay POD was crashed with error message "SecurityScanner | dial tcp 172.30.40.83:8089: i/o timeout", checked Clair POD, it was failed to start with error message "MountVolume.SetUp failed for volume "certs" : secret "extra-ca-certs" not found".
Note: This issue can be reproduced with managed tls or unmanaged tls(user provided tls cert/key pair)
Quay Version: Quay 3.6.1
Index Image: quay-operator-bundle-container-v3.6.1-2
Pods List:
oc get pod
NAME READY STATUS RESTARTS AGE
quay-operator.v3.6.1-dd86c695f-6jfvf 1/1 Running 0 12m
quay361-clair-app-7fbf54469d-g2dcx 0/1 ContainerCreating 0 5m27s
quay361-clair-app-7fbf54469d-jsdgp 0/1 ContainerCreating 0 5m14s
quay361-clair-app-7fd5988fc5-cgg6k 0/1 ContainerCreating 0 6m28s
quay361-clair-postgres-5bf5b7d587-7x5gq 1/1 Running 1 6m28s
quay361-quay-app-5fb44db7c9-h6qhf 0/1 CrashLoopBackOff 5 5m27s
quay361-quay-app-5fb44db7c9-lcwsl 0/1 CrashLoopBackOff 5 5m19s
quay361-quay-app-upgrade-m2nld 0/1 Completed 0 5m34s
quay361-quay-config-editor-74847ff4d6-psl8d 1/1 Running 0 5m27s
quay361-quay-database-55d557f5f4-g7g52 1/1 Running 0 6m28s
quay361-quay-mirror-844d746ffd-jb7kw 0/1 Init:0/1 2 5m12s
quay361-quay-mirror-844d746ffd-m5bvm 0/1 Init:0/1 2 5m12s
quay361-quay-postgres-init-6k8fm 0/1 Completed 0 5m28s
quay361-quay-redis-554f8bfc9f-bjfck 1/1 Running 0 6m29s
Clair POD:
Clair POD was failed to start with error message "MountVolume.SetUp failed for volume "certs" : secret "extra-ca-certs" not found"
Volume "extra-ca-certs" defined in Quay POD is configmap, but in Clair POD is defined as secret:
My title