Closed falenn closed 3 years ago
Add this config for docker / private registry authentication for kubelet. This file goes at /var/lib/kubelet/config.json
{ "auths": { "private.registry.com": { "auth": "....=" }, "https://index.docker.io/v1/": { "auth": "....==" } }, "HttpHeaders": { "User-Agent": "Docker-Client/19.03.11 (linux)" } }
Branch issue-18-Add_docker_registry_authenticatoin_support created!
Add this config for docker / private registry authentication for kubelet. This file goes at /var/lib/kubelet/config.json
{ "auths": { "private.registry.com": { "auth": "....=" }, "https://index.docker.io/v1/": { "auth": "....==" } }, "HttpHeaders": { "User-Agent": "Docker-Client/19.03.11 (linux)" } }