We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module "ebs_csi_driver_controller" { source = "DrFaust92/ebs-csi-driver/kubernetes" version = "3.3.1" enable_volume_snapshot = true enable_volume_resizing = true enable_default_fstype = true ebs_csi_controller_role_name = "${var.cluster_name}-ebs-csi-driver-controller" ebs_csi_controller_role_policy_name_prefix = "${var.cluster_name}-ebs-csi-driver-policy" oidc_url = module.eks.cluster_oidc_issuer_url tags = local.tags }
it does not install the CRD and it seems to install csi-snapshotter only ? In the official doc there are 3 containers... And the https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/examples/kubernetes/snapshot manual does not work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it does not install the CRD and it seems to install csi-snapshotter only ? In the official doc there are 3 containers...
And the https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/master/examples/kubernetes/snapshot manual does not work.
The text was updated successfully, but these errors were encountered: