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
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
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
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..
>
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