9035: Make Cilium rolling-restart delay/timeout configurable (#9176)

See #9035
This commit is contained in:
Tristan
2022-08-22 10:37:44 +01:00
committed by GitHub
parent ab938602a9
commit bbd1161147
3 changed files with 35 additions and 2 deletions

View File

@@ -236,3 +236,7 @@ cilium_enable_bpf_clock_probe: true
# -- Whether to enable CNP status updates.
cilium_disable_cnp_status_updates: true
# Configure how long to wait for the Cilium DaemonSet to be ready again
cilium_rolling_restart_wait_retries_count: 30
cilium_rolling_restart_wait_retries_delay_seconds: 10