EKS PVC creation times out
Hi,
So, I was today's years old when I learned of Coder. Being a k8s guy I deployed it to an EKS cluster. Playing around with it, tried to use the provided K8s template and started deployment of a workspace. The pod deploys, but times out on PVC creation it seems. I'm deploying the workspace to the same cluster as Coder to keep things simple for now. What should I be looking at?
5 Replies
<#1281010259405574144>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Nevermind, found the solution...I needed to configure the EBS CSI driver: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html
Store Kubernetes volumes with Amazon EBS - Amazon EKS
The Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver manages the lifecycle of Amazon EBS volumes as storage for Kubernetes Volumes.
@Osiris glad that you got it figured out!
@Phorcys closed the thread.