down votefavorite <http://stackoverflow.com/questions/37981367/kubernetes-installation-with-vagrant-coreos-and-insecure-docker-registry#>
I have followed the steps at https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant.html to launch a multi-node Kubernetes cluster using Vagrant and CoreOS. But,I could not find a way to set an insecure docker registry for that environment. To be more specific, when I run kubectl run api4docker --image=myhost:5000/api4docker:latest --replicas=2 --port=8080 on this set up, it tries to get the image thinking it is a secure registry. But, it is an insecure one. I appreciate any suggestions. Turgos
