Skip to content

Commit

Permalink
Reset operation, disable service enabled and clean container's logs. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leeonfu authored Sep 19, 2024
1 parent 1636979 commit 4323e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
service:
name: "{{ item }}"
state: stopped
enabled: false
with_items:
- kubelet.service
- cri-dockerd.service
Expand Down Expand Up @@ -290,6 +291,7 @@
- /var/log/openvswitch
- /var/log/ovn
- /var/log/kube-ovn
- /var/log/containers
- /etc/cni
- /etc/nerdctl
- "{{ nginx_config_dir }}"
Expand Down

0 comments on commit 4323e5d

Please sign in to comment.