Hi,

Per 
https://github.com/openstack/kuryr-kubernetes/blob/master/devstack/local.conf.sample
 when installing kubernets as part of devstack installation (this is local 
.conf default) the issue is there are no workers (nodes) defined:
        [stack@comp1 devstack]$ kubectl get node
        [stack@comp1 devstack]$ 
This shows that there are no nodes, although it is a single node with active 
master, and the local node should automatically be a worker.
        [stack@comp1 devstack]$ kubectl cluster-info
        Kubernetes master is running at http://localhost:8080
This issue causes pods to remain at "pending" state:
        [stack@comp1 devstack]$ kubectl get pod
        NAME                         READY     STATUS    RESTARTS   AGE
        my-nginx-379829228-4031f     0/1       Pending   0          2d
        [stack@comp1 devstack]$ kubectl describe pod my-nginx-379829228-4031f
         2d    9s   9883  {default-scheduler }     Warning   FailedScheduling  
no nodes available to schedule pods

Is it a bug, or am I miss some configuration?

Thanks
Gideon

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to