-
Bug
-
Resolution: Done
-
Major
-
None
-
quay-v3.14.0
-
True
-
-
False
-
-
Because the number of quay-app replicas has been reduced to 0 in the previous step, the subsequent command to search for the database in the quay-app pod is wrong.
- Executing this command will result in an error
~$ oc -n <quay_namespace> rsh $(oc get pod -l app=quay -o NAME -n <quay_namespace> |head -n 1) cat /conf/stack/config.yaml|awk -F"/" '/^DB_URI/
{print $4}'
Error from server (NotFound): pods "cat" not found~