Tuesday, 9 June 2020

About /etc/docker/daemon.json and /etc/default/docker

It needs to be on nodes as well.

/etc/docker/daemon.json


{
    "insecure-registries": ["10.0.2.6:5000"]
}

/etc/default/docker
DOCKER_OPTS="--insecure-registry 10.0.2.6:5000"

No comments:

Post a Comment

PVC in terminating state

Referencee:https://veducate.co.uk/kubernetes-pvc-terminating/  I still had errors performing deployment, till I released that although I pre...