Hi,

I'm trying to build a kubernetes setup on Ubuntu 14.04 (1 master, 1 minion) so 
that I can integrate with my Openstack. The configurations I've done up till 
now are:

On Master node:
-Installed docker,
-etcd 2.0
-Cloned the kubernetes.git and performed make release,
-Where do you configure this?
ETCD_OPTS="-listen-client-urls=http://kube-master:4001";
-kube-apiserver,kube-controller-manager,kube-scheduler has been configured.
The services were in running 
state(kube-apiserver,kube-controller-manager,kube-scheduler,etcd)

On Minion node:
-Installed docker,
-Cloned the kubernetes.git and performed make release,
-kube-proxy and kubelet services were configured.
Both the services kube-proxy and kubelet are in running state.

The issue I am facing here is when I run the command to fetch kube minion 
details:
/opt/bin/kubectl get minions
NAME            LABELS    STATUS
kube-minion     <none>    NotReady

The document I have been following 
is-https://devops.profitbricks.com/tutorials/getting-started-with-a-multi-node-kubernetes-cluster-on-ubuntu/
 and it seems to be facing the same error. How do I get the node status as 
Ready? Does it have something to do with the service configurations?

Thank you in advance!
Aishwarya




________________________________

This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
______________________________________________________________________________________

www.accenture.com
_______________________________________________
OpenStack-operators mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to