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

Snapshot doesn't work, right? #89

Open
lure opened this issue Jul 26, 2022 · 0 comments
Open

Snapshot doesn't work, right? #89

lure opened this issue Jul 26, 2022 · 0 comments

Comments

@lure
Copy link

lure commented Jul 26, 2022

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.

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

No branches or pull requests

1 participant