https://www.orchest.io/ logo
#tech-support
Title
# tech-support
a

Alexsander Pereira

10/10/2022, 1:57 PM
Guys, I'm trying to run Orchest using EKS and network plugin (calico) to bypass the VPC CNI pod limit. However, the can docker-registry does not go up:
Copy code
waiting for a volume to be created, either by external provisioner "<http://ebs.csi.aws.com|ebs.csi.aws.com>" or manually created by system administrator
Does the orchest require the use of the VPC CNI?
r

Rick Lamers

10/10/2022, 2:51 PM
It looks like to me that the calico network plugin shouldn't necessarily interfere with the volume creation. Could you show the output of
kubectl get storageclass
And:
Copy code
kubectl -n orchest get pvc
n

Navid H

10/10/2022, 2:58 PM
Are you trying to install orchest in a fresh cluster? can you also the daemon sets:
Copy code
kubectl get ds --all-namespaces
The reason I'm interested in daemonsets if that I want to see if
ebs csi
plugin is installed on your cluster or not.
a

Alexsander Pereira

10/10/2022, 3:08 PM
image.png
image.png
n

Navid H

10/10/2022, 3:29 PM
I guess you need to install
aws-ebs-csi-driver
in your eks cluster or something like that.
a

Alexsander Pereira

10/10/2022, 3:39 PM
OK i will test
👍 1
n

Navid H

10/11/2022, 8:15 AM
Did it work?
a

Alexsander Pereira

10/13/2022, 1:31 PM
I'm installing it now to test...
@Navid H
It worked!
👍 1
n

Navid H

10/13/2022, 2:45 PM
Glad to hear it.
a

Alexsander Pereira

10/13/2022, 4:27 PM
Using calico now, there is no more pod limit. We can use Orchest without any problems.
@Navid H @Rick Lamers I made a terraform module that already raises EKS with Calico and EBS CSI, if it's interesting, I can share it later.
r

Rick Lamers

10/14/2022, 1:11 PM
Great to hear Alexsander! I bet @Navid H would find it interesting to check the Terraform module. If you're interested in sharing with the broader community you can always upload to GitHub and share the link here 💯
n

Navid H

10/14/2022, 1:33 PM
@Alexsander Pereira: Thanks, It is really great.
18 Views