Re: [Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-25 Thread Imesh Gunaratne
I pushed the stratos php 4.1.0-alpha docker image to docker hub and executed the kubernetes client live tests, all tests were passed. Now I'm verifying the kubernetes flow with stratos. On Thu, Dec 25, 2014 at 3:43 PM, Imesh Gunaratne wrote: > Yes, this seems like an issue in 0.5.2 release. Even

Re: [Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-25 Thread Imesh Gunaratne
Yes, this seems like an issue in 0.5.2 release. Even setting the attribute Container.imagePullPolicy = PullIfNotPresent doesn't work. We can try to push an image to docker hub and use it. On Thu, Dec 25, 2014 at 11:08 AM, Rajkumar Rajaratnam wrote: > Discussed in the following mail thread. > > D

Re: [Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-24 Thread Rajkumar Rajaratnam
Discussed in the following mail thread. Docker pulling the image from the repository in the Kubernetes setup Thanks On Thursday, December 25, 2014, Rajkumar Rajaratnam wrote: > Chamila also reported this sometimes back in stratos dev list. I don't > remember whether he was able to solve this.

Re: [Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-24 Thread Rajkumar Rajaratnam
Chamila also reported this sometimes back in stratos dev list. I don't remember whether he was able to solve this. Thanks On Thursday, December 25, 2014, Imesh Gunaratne wrote: > Hi Devs, > > I'm seeing a problem with Kubernetes 0.5.2 where it always trying to pull > docker images from the Dock

[Discuss] Kubernetes is always trying to pull docker images from Docker Hub

2014-12-24 Thread Imesh Gunaratne
Hi Devs, I'm seeing a problem with Kubernetes 0.5.2 where it always trying to pull docker images from the Docker Hub even though the docker images are available locally. I can see this issue has been reported and fixed here: https://github.com/GoogleCloudPlatform/kubernetes/issues/504 I'm curren