-
Notifications
You must be signed in to change notification settings - Fork 46
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
Helm Chart installation on AWS EKS: Unable to attach or mount volumes #131
Comments
@IronCore864 @JorgeGar would you mind taking a look at this? |
@DarkoDevops can you run kubectl get/describe pv/pvc and see what you can get from the output? A wild guess: do you have the aws-ebs-csi-driver addon enabled in your EKS? |
@IronCore864 I will run it and post it. Yes, I have aws-ebs-csi-driver addon. |
pv/pvc describe:
|
I'm running similar values without any issues. I have mysql in an external database, but that's not the one giving you issues, as per what I see in your comment @DarkoDevops. The key difference I guess is that I have aws ebs csi driver installed in the cluster, rather than it being an add-on. Could you try and get logs from it? |
@JorgeGar It's installed, in cluster, also, added policy, not the add-on. |
Have you checked the logs of the attacher? |
This is what I have of the pods for ebs:
|
Honestly, at this point, I'm following the troubleshooting page from AWS, but... |
Seeing the same issue with imageTag: v0.17.0-beta5 containers have errors like: |
I installed DevLake using Helm chart on my AWS EKS cluster. Used previous instructions from ticket:
#87 but, without success. Still not working.
Helm values.yaml looks like:
I get multiple errors like:
Also tried to set storage class to empty (default) and same behaviour. Any idea?
The text was updated successfully, but these errors were encountered: