Re: Cannot subscribe to Docker based cartridge through Kubernetes

2014-10-11 Thread Nirmal Fernando
Please use the setup mentioned in the release guide : https://github.com/nirmal070125/vagrant-kubernetes-setup On Sat, Oct 11, 2014 at 1:16 PM, Chamila De Alwis wrote: > Hi all, > > I commented out the line in the up.sh script and started out with a fresh > Stratos installation. But I'm still ge

Re: Cannot subscribe to Docker based cartridge through Kubernetes

2014-10-11 Thread Chamila De Alwis
Hi all, I commented out the line in the up.sh script and started out with a fresh Stratos installation. But I'm still getting the same error. This time, kubecfg is working, and there is no 8080 bound process in the host machine. Is this something to do with a wrong IP address in the stratos confi

Re: Cannot subscribe to Docker based cartridge through Kubernetes

2014-10-10 Thread Sajith Kariyawasam
In up.sh, try commenting out the following line.. ssh -f -nNT -L 8080:127.0.0.1:8080 -F ssh.config master On Sat, Oct 11, 2014 at 6:47 AM, Nirmal Fernando wrote: > Kubernetes API server is getting bound to port 8080. If it's not correctly > open up, Stratos can't connect to the Kubernet

Re: Cannot subscribe to Docker based cartridge through Kubernetes

2014-10-10 Thread Nirmal Fernando
Thanks Sajith for confirming. I've pushed the changes here: https://github.com/nirmal070125/vagrant-kubernetes-setup In OS X- this worked without any issue and in Mint too. On Sat, Oct 11, 2014 at 7:23 AM, Sajith Kariyawasam wrote: > In up.sh, try commenting out the following line.. >

Re: Cannot subscribe to Docker based cartridge through Kubernetes

2014-10-10 Thread Nirmal Fernando
Kubernetes API server is getting bound to port 8080. If it's not correctly open up, Stratos can't connect to the Kubernetes cluster. This is an issue with the Kubernetes setup. On Sat, Oct 11, 2014 at 3:20 AM, Chamila De Alwis wrote: > Hi, > > I'm following the m1-guide to setup a Kubernetes Hos