[Openstack-operators] Kubernetes-ubuntu

2015-06-03 Thread aishwarya.adyanthaya
Hi, I'm trying to set up my openstack with kubernetes. I have followed the document on github-https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md I'm using two nodes for the kubernetes, one behaving as both master and minion, the second node as

[Openstack-operators] Kubernetes

2015-06-03 Thread Craig Peters
Aishwarya, While this doesn't directly answer your question I want to point you to an alternative way to get your Kubernetes cluster up and running on OpenStack. There is a Kubernetes Cluster Murano Package published in the Co

[Openstack-operators] Kubernetes-ubuntu

2015-06-03 Thread aishwarya.adyanthaya
Hi, I'm trying to set up my openstack with kubernetes. I have followed the document on github-https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md I'm using two nodes for the kubernetes, one behaving as both master and minion, the second node as m

[Openstack-operators] Kubernetes

2015-06-02 Thread aishwarya.adyanthaya
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 th

Re: [Openstack-operators] kubernetes services

2015-04-13 Thread Georgy Okrokvertskhov
Hi, If you don't see etcd process it probably means that you did not initialize an etc cluster. You need to have ETCD properly configured before you install Kubernetes as Kubernetes uses ETCd to distribute its configuration. There are two ways to setup ETCd cluster. The first one requires to use

[Openstack-operators] kubernetes services

2015-04-13 Thread aishwarya.adyanthaya
Hi, I'm trying to integrate Kubernetes with Openstack and I have been following the site 'devops.profitbricks.com' for it. The master node is running services such as kube-apiserver, kube-scheduler, kube-controller-manager but the etcd service seem to be missing even after the configuration was

[Openstack-operators] kubernetes minion services

2015-04-12 Thread aishwarya.adyanthaya
Hi, I'm trying to integrate Kubernetes with Openstack and I have been following the site 'devops.profitbricks.com' for it. The master node is running services such as kube-apiserver, kube-scheduler, kube-controller-manager but the etcd service seem to be missing even after the configuration was