You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. What kops version are you running? The command kops version, will display
this information.
1.19.1
2. What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.
1.19.8
3. What cloud provider are you using?
aws
4. What commands did you run? What is the simplest way to reproduce this issue?
kop replace, kops create
5. What happened after the commands executed?
cat /etc/sysconfig/docker
DOCKER_OPTS=--insecure-registry=first.docker.registry, second.docker.registry
6. What did you expect to happen?
cat /etc/sysconfig/docker
DOCKER_OPTS=--insecure-registry=first.docker.registry --insecure-registry=second.docker.registry
9. Anything else do we need to know?
Docker ver: 20.10.3
Hi @maohsiang. Sorry to be annoying, but kop replace, kops create is an actual way to reproduce the issue. Would you mind adding at least the docker config to the description?
hakman
changed the title
InsecureRegistries present not correct setting in DOCKER_OPS
InsecureRegistries present not correct setting in DOCKER_OPTS
Mar 12, 2021
Hi @maohsiang. Sorry to be annoying, but kop replace, kops create is an actual way to reproduce the issue. Would you mind adding at least the docker config to the description?
1. What
kops
version are you running? The commandkops version
, will displaythis information.
1.19.1
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.19.8
3. What cloud provider are you using?
aws
4. What commands did you run? What is the simplest way to reproduce this issue?
kop replace, kops create
5. What happened after the commands executed?
cat /etc/sysconfig/docker
DOCKER_OPTS=--insecure-registry=first.docker.registry, second.docker.registry
6. What did you expect to happen?
cat /etc/sysconfig/docker
DOCKER_OPTS=--insecure-registry=first.docker.registry --insecure-registry=second.docker.registry
9. Anything else do we need to know?
Docker ver: 20.10.3
The text was updated successfully, but these errors were encountered: