Instructions and Helm Charts for containers in use are confusing and provide different behaviours #853
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
/kind bug
What happened?
When following the linked instructions for snapshot feature with the EBS CSI driver, creating a snapshot just hangs completely. Unable to read any logs from the snapshot controller as it's exited and no previous logs are available.
If I roll the deployment back, and deploy the CSI Driver using Helm with the feature gates. And then annotate my controller pods with ARN, and install the CRDs from here ,as there are none deployed by Helm. Then things work as expected.
What you expected to happen?
When following the standard install it should work with the external pre-reqs links provided.
When using helm, the snapshot related CRDs should be installed
How to reproduce it (as minimally and precisely as possible)?
Using the out of the box instructions - deploy driver with alpha features
Then follow this provided snapshot instructions link. When you get to Step 3 of the pre-reqs in this page, you are sent to this document. Once followed those steps to create CRD, and snapshot controller. And then create the VolumeSnapshotClass from the provided example back on the AWS EBS CSI snapshot page.
When running the example pv and snapshot creation. The PV creates ok, but the snapshot just says;
Anything else we need to know?:
Environment
kubectl version
): v1.18.9-eks-d1db3cThe text was updated successfully, but these errors were encountered: