Re: Install Stratos with Kubernetes on EC2

2015-06-07 Thread Pubudu Gunatilaka
I used CoreOs alpha release. After having a discussion with kubernetes google group, I found the root cause for this. I used their latest master.yaml file and they have replaced a flag *portal-net* with *service-cluster-ip-range* in the Kubernetes Api server service. Due to that, api server hasn't

Re: Install Stratos with Kubernetes on EC2

2015-06-05 Thread Imesh Gunaratne
Such issues could occur due to new releases of CoreOS and Kubernetes. The latest stable version I used is with CoreOS 681 and Kubernetes 0.17.0. On Tue, Jun 2, 2015 at 11:33 PM, Pubudu Gunatilaka wrote: > I checked the ports. They are opened. But when I did ssh to the kubernetes > master, it ind

Re: Install Stratos with Kubernetes on EC2

2015-06-02 Thread Pubudu Gunatilaka
I checked the ports. They are opened. But when I did ssh to the kubernetes master, it indicates *oem-cloudinit.service* as a failed unit. I think this is why I can't access the service as it is downed. On Tue, Jun 2, 2015 at 10:27 PM, Sajith Kariyawasam wrote: > is it because of port 8080 is no

Re: Install Stratos with Kubernetes on EC2

2015-06-02 Thread Sajith Kariyawasam
is it because of port 8080 is not opened for access? On Tue, Jun 2, 2015 at 10:23 PM, Pubudu Gunatilaka wrote: > Hi Devs, > > Yes, I hadn't set the KUBERNETES_MASTER environment variable. But when i > did that, still getting the error as below. > > *Couldn't get available api versions from serve

Re: Install Stratos with Kubernetes on EC2

2015-06-02 Thread Pubudu Gunatilaka
Hi Devs, Yes, I hadn't set the KUBERNETES_MASTER environment variable. But when i did that, still getting the error as below. *Couldn't get available api versions from server: Get http://:8080/api: dial tcp * ***:8080: i/o timeout* I tried through the browser as well. But didn't workout. What co

Re: Install Stratos with Kubernetes on EC2

2015-06-02 Thread Udara Liyanage
Hi, me too got the same error which is solved by setting the env variable Imesh mentioned.

Re: Install Stratos with Kubernetes on EC2

2015-06-02 Thread Imesh Gunaratne
Hi Pubudu, May be you have not set the KUBERNETES_MASTER environment variable properly or the SSH tunnel has not established. On Tue, Jun 2, 2015 at 4:23 PM, Pubudu Gunatilaka wrote: > Hi Devs, > > I am trying to install Stratos with Kubernetes on EC2 and following [1]. I >

Install Stratos with Kubernetes on EC2

2015-06-02 Thread Pubudu Gunatilaka
Hi Devs, I am trying to install Stratos with Kubernetes on EC2 and following [1]. I used region specific CoreOs alpha channel AMI in [2] and I was able to spawn a master and 3 minions on EC2. I also configured Kubectl ssh tunnel for the communication between Kubectl client and Kubernets API