Can anyone please guide how to pull private images from Kubernetes?
问题 kubectl create secret docker-registry private-registry-key --docker-username="devopsrecipes" --docker-password="xxxxxx" --docker-email="username@example.com" --docker-server="https://index.docker.io/v1/" secret "private-registry-key" created This command is used for accessing private docker repos. As referenced: http://blog.shippable.com/kubernetes-tutorial-how-to-pull-private-docker-image-pod But, not able to pull the image. When tried to access ="https://index.docker.io/v1/" It is giving