Re: [kubernetes-users] Different between gcr.io and docker.io?

2018-05-26 Thread
I do not recommend using 3rd party software images (like "python", "nginx", "redis", ...) from gcr.io/google-containers. I do not think they are maintained actively. Please refer to Docker Hub (https://hub.docker.com/) for maintained/active images. On Fri, May 25, 2018 at 2:03 AM dan.steffen.de v

Re: [kubernetes-users] Different between gcr.io and docker.io?

2018-05-25 Thread Rodrigo Campos
If I had to bet, I'd say the command they execute :-) On Friday, May 25, 2018, 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > If you `kubectl describe` the pod you will see why, I hope. > > On Fri, May 25, 2018 at 2:03 AM dan.steffen.de via Kubernetes user > discussion and Q&A wro

Re: [kubernetes-users] Different between gcr.io and docker.io?

2018-05-25 Thread
If you `kubectl describe` the pod you will see why, I hope. On Fri, May 25, 2018 at 2:03 AM dan.steffen.de via Kubernetes user discussion and Q&A wrote: > Hello, > > I am not quite sure if this is the right place for my question but is > there a different between the images from gcr.io and docke

[kubernetes-users] Different between gcr.io and docker.io?

2018-05-25 Thread
Hello, I am not quite sure if this is the right place for my question but is there a different between the images from gcr.io and docker.io? The background for my question is that the following code is working: apiVersion: v1 kind: Pod metadata: name: writer spec: containers: - name: debi