-
Notifications
You must be signed in to change notification settings - Fork 807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapshot CRDs are not installed #536
Comments
Hi @timmyers , I face the same issue today, Those crd's is not part of the k8s core api according to there documentation: https://kubernetes.io/docs/concepts/storage/volume-snapshots The workaround is to install them manually: don't forget to ensure all those policies attached to an ec2 instance profile: |
Now that CSI Volumesnapshot support has moved out of alpha and is enabled by default, any idea when the VolumeSnapshot support in EBS driver will be moved to stable version of the driver instead of being as part of the driver with alpha features? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Whats the current state ? Is it possible to add the CRDs for snapshots in the helm chart? |
Yes it is a bug that we install snapshot controller https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/a3a0bc328e35d0a6e4776ac2f4febf2e2990cb64/charts/aws-ebs-csi-driver/templates/statefulset.yaml but not the assojciated CRD ? Although iti s arguable whether we should install snapshot controller by default at all or leave it as prerequisite since it is not EBS-specific |
We rollout all our Deployments with terraform and the kubernetes/helm provider. |
Agreed. They should be a part of the helm chart and should be installed when |
With 1.20 VolumeSnapshots are no longer in beta, CRDs are still not available though. Any update on this? |
This is related to issue #635 |
/kind bug
What happened?
Following directions for alpha features does not install the
VolumeSnapshot
related CRDsWhat you expected to happen?
VolumeSnapshot
related CRDs are installed.How to reproduce it (as minimally and precisely as possible)?
Follow instructions in
README
for alpha features, i.e.:kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/alpha/?ref=master"
Anything else we need to know?:
It seems these CRDs exist in
deploy/kubernetes/cluster
, but this is not included as part of the kustomization.Environment
kubectl version
):master
branchThe text was updated successfully, but these errors were encountered: