mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-25 12:55:06 -02:30
crictl allow setting grace period for stop containers upon reset (#10651)
* crictl allow setting different grace period for stop containers and pods * correct grace period location
This commit is contained in:
@@ -16,3 +16,6 @@ reset_restart_network_service_name: >-
|
||||
{%- elif ansible_os_family == "Debian" -%}
|
||||
networking
|
||||
{%- endif %}
|
||||
|
||||
# crictl stop container grace period
|
||||
cri_stop_containers_grace_period: 0
|
||||
|
||||
Reference in New Issue
Block a user