Skip to content

Commit 93d373e

Browse files
committed
fix: INFRA-999 Temporary fix for containerd not having dockerhub credentials during kubespray install
1 parent a965b9b commit 93d373e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubespray/configurations/all/containerd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# containerd_max_container_log_line_size: -1
4646

4747
%{ if length(container_registry_credentials) > 0 ~}
48+
image_pull_command: ctr images pull -u "${container_registry_credentials.0.username}:${container_registry_credentials.0.password}"
4849
containerd_registry_auth:
4950
%{ for registry_creds in container_registry_credentials ~}
5051
- registry: ${registry_creds.registry}

0 commit comments

Comments
 (0)