diff options
Diffstat (limited to 'docs/maintenance.txt')
-rw-r--r-- | docs/maintenance.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |