-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.15.0
-
Quality / Stability / Reliability
-
False
-
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
-
None
Description of problem:
The EFS CSI driver pods are staying in the "init" state because of a missing secret
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Follow the steps outlined at https://docs.openshift.com/container-platform/4.15/storage/container_storage_interface/persistent-storage-csi-aws-efs.html 2. Check pods in openshift-cluster-csi-drivers 3. Verify that some are stuck in "init" phase because of missing secret aws-efs-cloud-credentials
Actual results:
AWS EFS PVCs can't be bound
Expected results:
AWS EFS PVCs can be bound
Additional info:
This can be fixed by running oc create -f manifests/openshift-cluster-csi-drivers-aws-efs-cloud-credentials-credentials.yaml after running "ccoctl aws create-iam-roles"