Re: Migrating to Kubernetes 0.4.1

2014-11-04 Thread Nirmal Fernando
You can download the released artifact https://github.com/nirmal070125/vagrant-kubernetes-setup/archive/v2.0.zip On Mon, Nov 3, 2014 at 4:00 PM, Nirmal Fernando wrote: > Please find the new Kubernetes setup at > https://github.com/nirmal070125/vagrant-kubernetes-setup/releases/tag/v2.0 > > Plea

Re: Migrating to Kubernetes 0.4.1

2014-11-03 Thread Nirmal Fernando
Please find the new Kubernetes setup at https://github.com/nirmal070125/vagrant-kubernetes-setup/releases/tag/v2.0 Please use this setup for further tests. On Mon, Nov 3, 2014 at 2:25 PM, Imesh Gunaratne wrote: > Great news! Thanks Nirmal! > > On Mon, Nov 3, 2014 at 5:09 PM, Rajkumar Rajaratnam

Re: Migrating to Kubernetes 0.4.1

2014-11-03 Thread Imesh Gunaratne
Great news! Thanks Nirmal! On Mon, Nov 3, 2014 at 5:09 PM, Rajkumar Rajaratnam wrote: > > > On Mon, Nov 3, 2014 at 4:22 PM, Nirmal Fernando > wrote: > >> Hi All, >> >> I've successfully tested the Kubernetes client with the Kubernetes 0.4.1 >> release. And we do not need any changes to the clie

Re: Migrating to Kubernetes 0.4.1

2014-11-03 Thread Rajkumar Rajaratnam
On Mon, Nov 3, 2014 at 4:22 PM, Nirmal Fernando wrote: > Hi All, > > I've successfully tested the Kubernetes client with the Kubernetes 0.4.1 > release. And we do not need any changes to the client. As part of this > effort, I've written a Live test class where you can test the Kubernetes > clien

Re: Migrating to Kubernetes 0.4.1

2014-11-03 Thread Lakmal Warusawithana
Great!! Thanks Nirmal On Mon, Nov 3, 2014 at 4:22 PM, Nirmal Fernando wrote: > Hi All, > > I've successfully tested the Kubernetes client with the Kubernetes 0.4.1 > release. And we do not need any changes to the client. As part of this > effort, I've written a Live test class where you can test

Re: Migrating to Kubernetes 0.4.1

2014-11-03 Thread Nirmal Fernando
Hi All, I've successfully tested the Kubernetes client with the Kubernetes 0.4.1 release. And we do not need any changes to the client. As part of this effort, I've written a Live test class where you can test the Kubernetes client component against a Kubernetes API server and I've currently manag

Re: Migrating to Kubernetes 0.4.1

2014-10-29 Thread Nirmal Fernando
Np, Imesh. I think there's very less if not none, API changes in 0.4.1 release. I already have a setup working and will do an e2e test asap. On Wed, Oct 29, 2014 at 1:13 PM, Imesh Gunaratne wrote: > Great thanks for the information Nirmal! > > The IP-per-service PR [1] has been merged on 16th Oc

Re: Migrating to Kubernetes 0.4.1

2014-10-29 Thread Imesh Gunaratne
Great thanks for the information Nirmal! The IP-per-service PR [1] has been merged on 16th October and 0.4.1 release was made on 18th October, therefore I was under the impression that it was included in 0.4.1 release. Seems like the release tag has been created from release-0.4 branch and the PR

Re: Migrating to Kubernetes 0.4.1

2014-10-29 Thread Nirmal Fernando
Hi Imesh, Thanks for letting me know. The IP per service is introduced after 0.4.1 and it's currently in a state that we can't use. We have to wait till K8s team finish all implementations with respect to that in order to use in Stratos. On Wed, Oct 29, 2014 at 9:49 AM, Imesh Gunaratne wrote: >

Re: Migrating to Kubernetes 0.4.1

2014-10-29 Thread Imesh Gunaratne
Hi Nirmal, I have already started working on this. I'm looking into the new functionality they have introduced to allocate virtual IPs to services. Thanks On Wed, Oct 29, 2014 at 11:31 AM, Nirmal Fernando wrote: > Hi Guys, > > I am going to migrate our setup to Kubernetes 0.4.1 and also the AP

Migrating to Kubernetes 0.4.1

2014-10-28 Thread Nirmal Fernando
Hi Guys, I am going to migrate our setup to Kubernetes 0.4.1 and also the API client, if there's any changes needed. After Kubernetes 0.4.1, K8s team is doing a drastic change by introducing an IP for a service proxy. With this we might have to do some changes to the way we access service proxies