Re: Migrating to Kubernetes v0.5.3

2015-01-02 Thread Rajkumar Rajaratnam
Hi, Anyone using 4-vm-setup? When I list machines from master, it is listing only the master node, not minions. core@master ~ $ fleetctl list-machines MACHINEIPMETADATA 58b1a902...172.17.8.100- And when I list minions from master, it is listing only the master node, not

Re: Migrating to Kubernetes v0.5.3

2014-12-24 Thread Imesh Gunaratne
Thanks Nirmal, I will try this out. On Wed, Dec 24, 2014 at 1:43 PM, Nirmal Fernando wrote: > Hi Imesh, > > I fixed the issue with minion yaml file and please try with latest master. > > And I was using a 2-VM setup, please find the vagrant file at > https://github.com/nirmal070125/vagrant-kuber

Re: Migrating to Kubernetes v0.5.3

2014-12-24 Thread Nirmal Fernando
Hi Imesh, I fixed the issue with minion yaml file and please try with latest master. And I was using a 2-VM setup, please find the vagrant file at https://github.com/nirmal070125/vagrant-kubernetes-setup/blob/master/2-vm-setup/Vagrantfile On Wed, Dec 24, 2014 at 9:34 AM, Imesh Gunaratne wrote:

Re: Migrating to Kubernetes v0.5.3

2014-12-23 Thread Imesh Gunaratne
Thanks Nirmal! Appreciate it! In addition to the above mentioned issue two other problems were identified in the above Kubernetes Vagrant setup: 1. Pod listing command is slow, it takes few seconds to execute, this seems to be an issue in Kubernetes 0.5.2 release: vagrant ssh master kubecfg list

Re: Migrating to Kubernetes v0.5.3

2014-12-22 Thread Nirmal Fernando
I've committed the changes to the setup. https://github.com/nirmal070125/vagrant-kubernetes-setup Still there's this known issue; https://github.com/nirmal070125/vagrant-kubernetes-setup/issues/7 Please do the work-around mentioned there in https://github.com/nirmal070125/vagrant-kubernetes-setup

Re: Migrating to Kubernetes v0.5.3

2014-12-07 Thread Nirmal Fernando
With this setup currently there's an issue with Pod scheduling. I am in touch with Kubernetes team to find the solution for it. On Fri, Nov 28, 2014 at 2:17 PM, Nirmal Fernando wrote: > Hi All, > > I've migrated the vagrant setup to Kubernetes v0.5.3 (v0.5.2 and v0.5.3 > has same binaries) [1].

Migrating to Kubernetes v0.5.3

2014-11-28 Thread Nirmal Fernando
Hi All, I've migrated the vagrant setup to Kubernetes v0.5.3 (v0.5.2 and v0.5.3 has same binaries) [1]. Please find the latest setup here at [2]. Further, I have tested the Kubernetes client by running its Live tests and unit tests and fixed 1 issue and committed. [1] https://github.com/nirmal070