Hey everyone, I'm having a rather weird problem wi...
# k3d
e
Hey everyone, I'm having a rather weird problem with my local run of k3d. I'm new to k3d, a coworker told me to use it for a project we're doing, and when I try creating a cluster it comes up fine but I can only interact with the cluster (things like
kubectl cluster-info
) within the first few seconds of it being online. Once it's online for a few seconds I get timeouts or unable to connect to server like so:
Copy code
alcha at LINCLER-MKII in ~ 
$ kubectl cluster-info

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
Unable to connect to the server: EOF
Does anyone have any suggestions? Note: I'm familiar with k8s and am a DevOps Engineer by trade so I'm not a complete noob 😅