fix: reduce rerun bootstrap pre-pull delays
Deploy Cluster / Terraform (push) Successful in 28s
Deploy Cluster / Ansible (push) Failing after 39m26s

This commit is contained in:
2026-04-24 12:09:34 +00:00
parent 3f52bad854
commit 347ca041ba
3 changed files with 33 additions and 37 deletions
+3 -2
View File
@@ -110,11 +110,12 @@
- bootstrap-image-prepull
- name: Pre-pull Rancher bootstrap images
hosts: cluster
hosts: workers
become: true
roles:
- rancher-image-prepull
- role: rancher-image-prepull
when: rancher_image_prepull_enabled | default(false) | bool
- name: Deploy observability stack
hosts: control_plane[0]