Hi,
I've setup a cluster with credentials in a .clustercfg on the node
and -insecure-registry DOCKER_OPTS. Pulling images on the nodes works fine.
But if I use the following yaml
apiVersion: v1
kind: Pod
metadata:
name: z200
spec:
containers:
- name: z200-redis
image: myregistry.com:8091/z200-redis
imagePullPolicy: Always
command: [ "echo", "SUCCESS" ]
I get the following event:
Warning Failed Failed to pull image "myregistry.com:8091/z200-redis": API
error (500): Get http://myregistry.com:8091/v2/: EOF
But the right URL has to use HTTPS (https://myregistry.com:8091/v2/)
Any idea why the connection uses http?
best Christopher
--
You received this message because you are subscribed to the Google Groups
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.