You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ 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
The text was updated successfully, but these errors were encountered:
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
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
Actually Helm Chart does not support to create kind: VolumeSnapshotClass (kubernetes-sigs/aws-ebs-csi-driver#1146)
terraform-kubernetes-addons/modules/aws/aws-ebs-csi-driver.tf
Line 31 in 50c5c59
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
The text was updated successfully, but these errors were encountered: