mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-08-09 07:23:19 +02:00
fix(ci): retry transient DNS failures on remote downloads and cilium install (#690)
- Add shared download_retries/download_delay defaults in k3s_server and k3s_server_post roles - Retry calico CRD and Tigera operator manifest downloads - Retry Cilium CLI download and cilium install/upgrade command - Retry kube-vip cloud provider and MetalLB manifest downloads - The CI runner's resolver intermittently times out on GitHub-hosted domains
This commit is contained in:
@@ -23,6 +23,12 @@ metal_lb_controller_tag_version: v0.16.0
|
||||
metal_lb_speaker_tag_version: v0.16.0
|
||||
metal_lb_type: native
|
||||
|
||||
# Shared retry/delay for remote manifest and asset downloads. The CI runner's
|
||||
# resolver intermittently times out on GitHub-hosted domains (helm.cilium.io,
|
||||
# raw.githubusercontent.com, github.com), so retry transient DNS/network failures.
|
||||
download_retries: 5
|
||||
download_delay: 10
|
||||
|
||||
retry_count: 20
|
||||
|
||||
# yamllint disable rule:line-length
|
||||
|
||||
Reference in New Issue
Block a user