9c0523e880
Rancher installs were stalling on transient Docker Hub TLS handshake timeouts for rancher shell, webhook, and system-upgrade-controller images. Pre-pull the required images onto all nodes after k3s comes up, extend the Rancher HelmRelease timeout, and reset/force the Rancher HelmRelease before waiting on addon-rancher so bootstrap can recover from stale failed remediation state.
7 lines
205 B
YAML
7 lines
205 B
YAML
---
|
|
rancher_images_to_prepull:
|
|
- docker.io/rancher/rancher:v2.13.3
|
|
- docker.io/rancher/rancher-webhook:v0.9.3
|
|
- docker.io/rancher/system-upgrade-controller:v0.17.0
|
|
- docker.io/rancher/shell:v0.6.2
|