falenn / awsk8s

0 stars 0 forks source link

Add docker registry authenticatoin support #18

Closed falenn closed 3 years ago

falenn commented 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)" } }

github-actions[bot] commented 3 years ago

Branch issue-18-Add_docker_registry_authenticatoin_support created!