fix: reduce rerun bootstrap pre-pull delays
This commit is contained in:
+3
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user