We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a965b9b commit 93d373eCopy full SHA for 93d373e
kubespray/configurations/all/containerd.yml
@@ -45,6 +45,7 @@
45
# containerd_max_container_log_line_size: -1
46
47
%{ if length(container_registry_credentials) > 0 ~}
48
+image_pull_command: ctr images pull -u "${container_registry_credentials.0.username}:${container_registry_credentials.0.password}"
49
containerd_registry_auth:
50
%{ for registry_creds in container_registry_credentials ~}
51
- registry: ${registry_creds.registry}
0 commit comments