Can you see from kubernetes events what is the error that causes the pod not to be created?
pods are working
i can connect to pod shell, but i can’t connect to nodes shell(control or worker node shell)
pods are working
i can connect to pod shell, but i can’t connect to nodes shell(control or worker node shell)
hello folks, I was facing the same problem here and when checking Lens Logs I did see it was trying to download the kubectl client same version of the Cluster, makes sense, but my VPN was not letting this download, so I manually downloaded the client and put it in ~/Library/Application\ Support/Lens/binaries/kubectl/1.31/ (the version varies) and give it execution permission with chmod and now everything is fine!