Questions tagged [aws-ebs-csi-driver]

8 questions
3
votes
2 answers

Namespaces “kube-system” is forbidden

I’m having a problem when I install ebs-csi-driver for AWS EKS I used the account with administratoraccess to install via was console but had an error “namespaces “kube-system” is forbidden: User “eks:addon-manager” cannot patch resource…
Cuong Giap
  • 55
  • 3
1
vote
2 answers

AWS EBS CSI Driver: Could not delete volume ID "vol-XXX": DeleteDisk could not delete volume: UnauthorizedOperation

I'm running aws ebs csi driver inside aws eks 1.23 cluster via helm chart. I have PVCs provisioned with gp2 storage class PV is not being deleted once PVC is deleted. version of aws ebs csi driver ➜ helm search repo ebs …
0
votes
1 answer

Kubernetes PVC with RWM on AWS EKS

I want to setup an Opensearch cluster on AWS EKS. The data nodes uses PVC currently with ReadWriteOnce accessMode. However, the problem is whenever I am trying to add another node with the same mount the pod fails to come up with the below…
deGee
  • 781
  • 1
  • 16
  • 34
0
votes
0 answers

AWS EKS aws-ebs-csi-driver 'allowautoiopspergbincrease' parameter

I am using the aws-ebs-csi-driver add-on for Statefulsets. I would like to understand the difference between changing the parameter iopsPerGB to have the desired iops, with higher PVC capacity and using the allowautoiopspergbincrease parameter which…
sriramsm04
  • 343
  • 1
  • 7
  • 22
0
votes
1 answer

After upgrading AWS EKS (Kubernetes) to v1.23 from v1.22, Persistent Volumes (PVs) started failing to mount and pods got stuck in pending state

Problem: I upgraded from AWS EKS cluster to v1.23 from v1.22 and all of a sudden, all the pods that had Persistent Volume Claim (PVC) and Persistent Volume (PV) started failing with the errors like FailedAttachVolume AttachVolume.Attach failed and…
0
votes
1 answer

EBS volume provisioning isn't working when my kubernetes cluster runs in a private subnet (no internet access)

I have a Microk8s cluster on EC2 instances. EBS volume provisioning (both static and dynamic) is ONLY working when my cluster has internet access. Meaning, EBS provisioning works when my cluster is in a public subnet (that uses internet gateway) as…
0
votes
1 answer

How to reuse dynamically provisioned EBS volumes with AWS EBS CSI driver after recreating EKS cluster?

Is there a way to reuse the EBS volumes, that are dynamically provisioned by the AWS EBS CSI driver, after destroying and recreating the EKS cluster? It is not possible to set a static value for the CSIVolumeName tag. So, is there any other way?
Kuppuswamy
  • 430
  • 1
  • 6
  • 16
0
votes
2 answers

How to fix "no topology key found on CSINode"?

I am trying to get the aws-ebs-csi-driver helm chart working on a EKS 1.23 cluster. The message I am getting from PVC events. failed to provision volume with StorageClass "gp2": error generating accessibility requirements: no topology key found on…
Gabriel Stein
  • 428
  • 1
  • 4
  • 22