-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cannot bind volume on EKS #334
Comments
Hi @akpsgit , |
To resolve this issue it needs Amazon EBS CSI driver as an Amazon EKS add-on and setting up the driver with relevant IAMServiceAccount roles and policies. Post eks1.23 it is required to install add ons. Some useful references https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html First uninistall your current installation of API Clarity with helm Next, follow the instructions provided in the above links to install CSI add ons in your cluster and give it IAMServiceRole with associated trust policy Now re-try apiclarity install If this does not work you may have to delete your existing cluster, configure with add on and then attempt apiclarity install. |
What happened:
Tried to install apiclarity on EKS version 1.24. Tried it on managed node group and on Fargate.
The ebs-csi controller is provisioned.
Both of the apiclarity pods are stuck on pending and return the following error:
Warning FailedScheduling 9m33s default-scheduler running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition
What you expected to happen:
Pods to start normally
How to reproduce it (as minimally and precisely as possible):
EKS cluster version 1.24
Are there any error messages in API Clarity logs?
Warning FailedScheduling 9m33s default-scheduler running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition
Anything else we need to know?:
Environment:
istioctl version
):client version: 1.16.1
control plane version: 1.11.4
data plane version: 1.11.4 (1 proxies)
kubectl -n apiclarity exec deploy/apiclarity -- ./backend version
)The text was updated successfully, but these errors were encountered: