This message was deleted.
# k3s
a
This message was deleted.
c
worker nodes dont have the admin kubeconfig, you can’t run kubectl there unless you manually copy over the kubeconfig from a server
👍 1
g
@creamy-pencil-82913 another quick help, when I deploy a simple nginx deployment. The deployment is successful but pods are not getting created. It used to schedule pods but all of a sudden the pods are not getting created for deployments. Did I mess up with some settings? Thanks
c
You’d probably want to look at the deployment status to figure out why. the most probably reason is misconfiguration of the deployment spec.