From 4175af7f92ad7357b83ceb56f2a6d42a8243cd80 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 29 Jul 2024 22:32:00 +0200 Subject: Update documentation & users --- docs/maintenance.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/maintenance.txt') diff --git a/docs/maintenance.txt b/docs/maintenance.txt index 9f52e18..c05b10f 100644 --- a/docs/maintenance.txt +++ b/docs/maintenance.txt @@ -53,3 +53,7 @@ Unused resources oc delete image sha256:04afd4d4a0481e1510f12d6d071f1dceddef27416eb922cf524a61281257c66e * Cleaning old dangling images using docker (on all nodes). Tried and as it seems caused no issues to the operation of the cluster. docker rmi $(docker images --filter "dangling=true" -q --no-trunc) + + - Cleaning log files over-using inodes, etc. + * Volume log files + find /var/lib/origin/openshift.local.volumes/plugins/kubernetes.io/ -name '*.log' -delete -- cgit v1.2.3