mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-27 15:58:52 -03:30
Reset operation, disable service enabled and clean container's logs. (#11501)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
service:
|
||||
name: "{{ item }}"
|
||||
state: stopped
|
||||
enabled: false
|
||||
with_items:
|
||||
- kubelet.service
|
||||
- cri-dockerd.service
|
||||
@@ -290,6 +291,7 @@
|
||||
- /var/log/openvswitch
|
||||
- /var/log/ovn
|
||||
- /var/log/kube-ovn
|
||||
- /var/log/containers
|
||||
- /etc/cni
|
||||
- /etc/nerdctl
|
||||
- "{{ nginx_config_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user