You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to https://www.linkedin.com/in/xiang-li-402b3440 who pointed out that I was using 1.0.1 Kubernetes client with 1.2.3 server. When I changed to use 1.2.3 client, kubectl run creates the deployment as I expected.
I tried to follow this tutorial to run Kubernetes on a Vagrant cluster of multiple CoreOS nodes. I can start this cluster. But when I run
I got only pods but no deployments, which means that
kubectl get pods -l run=nginx
lists a pod, butkubectl get deployments
lists no deployment.The problem can be recreated by running https://github.com/k8sp/vagrant-coreos/blob/master/run.sh
I have the same problem if I run above experiments on a single-node cluster, as shown in https://github.com/k8sp/vagrant-coreos/blob/master/run-single.sh
The text was updated successfully, but these errors were encountered: