Skip to content
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

[aws-ebs-csi-driver] - Helm Chart does not support to create VolumeSnapshotClass #807

Closed
fsakget opened this issue Jan 27, 2022 · 4 comments
Labels

Comments

@fsakget
Copy link

fsakget commented Jan 27, 2022

Actually Helm Chart does not support to create kind: VolumeSnapshotClass (kubernetes-sigs/aws-ebs-csi-driver#1146)

eks-addons-critical$ terragrunt apply

│ Error: Failed to determine GroupVersionResource for manifest

│ with kubernetes_manifest.aws-ebs-csi-driver_vsc[0],
│ on aws-ebs-csi-driver.tf line 216, in resource "kubernetes_manifest" "aws-ebs-csi-driver_vsc":
│ 216: resource "kubernetes_manifest" "aws-ebs-csi-driver_vsc" {

│ no matches for kind "VolumeSnapshotClass" in group
│ "snapshot.storage.k8s.io"

ERRO[0016] 1 error occurred:
* exit status 1

@fsakget fsakget changed the title Helm Chart does not support to create VolumeSnapshotClass [aws-ebs-csi-driver] - Helm Chart does not support to create VolumeSnapshotClass Jan 27, 2022
@ArchiFleKs
Copy link
Member

ArchiFleKs commented Jan 27, 2022

Hi @fsakget this a known bug, even though this depends on the CRDs it still try to plan it before and therefore fails. One solution is to put volume_snapshot_class = null apply and the remove the line and re apply.

I'm trying to find another workaround for this to work, maybe using kubectl_manifest instead of kubernetes_manifest

@ArchiFleKs
Copy link
Member

@fsakget this will be fixed in next release

@github-actions
Copy link

🎉 This issue has been resolved in version 3.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ArchiFleKs
Copy link
Member

@fsakget this is fixed in 4.0.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants