mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 16:47:47 -02:30
Upgrade to nerdctl 0.15.0 and some fixes (#8315)
* nerdctl: move to 0.15.0 * nerdctl: reduce verbosity when pulling images * download: use proxy environment when using nerdctl to download containers
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
delay: "{{ retry_stagger | random + 3 }}"
|
||||
retries: 4
|
||||
become: "{{ user_can_become_root | default(false) or not download_localhost }}"
|
||||
environment: "{{ proxy_env if container_manager == 'containerd' else omit }}"
|
||||
when:
|
||||
- pull_required or download_run_once
|
||||
- not image_is_cached
|
||||
|
||||
Reference in New Issue
Block a user