Re: All my image stream are bad docker registry IP, where is my mistake ?

2016-06-23 Thread Philippe Lafoucrière
On Thu, Jun 23, 2016 at 12:37 PM, Clayton Coleman 
wrote:

> Did you delete and recreate your docker registry?
>
>
yes, several times.
And we can't find any clue from where this IP is coming from.
We have grep all files, searched in etcd, and nothing.
It's a mystery :)
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: All my image stream are bad docker registry IP, where is my mistake ?

2016-06-23 Thread Clayton Coleman
Did you delete and recreate your docker registry?

On Thu, Jun 23, 2016 at 12:34 PM, Stéphane Klein <
cont...@stephane-klein.info> wrote:

> Hi,
>
> I've have this configuration:
>
> ```
>  -bash-4.2# oc status
>
> In project default on server https://...
>
> svc/docker-registry - 172.30.75.178:5000
>   dc/docker-registry deploys
> docker.io/openshift/origin-docker-registry:v1.2.0
> deployment #1 deployed about an hour ago - 1 pod
> ```
>
> I've this imagestream configuration:
>
> ```
> # cat /tmp/is.yaml
> apiVersion: v1
> items:
> - apiVersion: v1
>   kind: ImageStream
>   metadata:
> labels:
>   name: test-is
> name: test-is
>   spec: {}
>   status:
> dockerImageRepository: debian
> kind: List
> metadata: {}
> ```
>
> I create this ImageStream:
>
> ```
> # oc create -f /tmp/is.yaml
> ```
>
> Next, when I look this ImageStream I see:
>
> ```
> # oc get is
> NAME DOCKER REPO
> TAGS  UPDATED
> test-is  172.30.218.93:5000/tech-angels-slots-site/test-is
> ```
>
> and IP address is bad, it's not my docker-registry IP: 172.30.75.178
>
> Where is my mistake ? How can I debug that ?
>
> Best regards,
> Stéphane
>
> ___
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
>
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users