kiwix / operations

Kiwix Kubernetes Cluster
http://charts.k8s.kiwix.org/
5 stars 0 forks source link

Week 05 routine #163

Closed kiwixbot closed 5 months ago

kiwixbot commented 5 months ago

Infra

Stats

Grafana

Projects

Security

Note: this is an automatic reminder intended for the assignee(s).

rgaudin commented 5 months ago
Filesystem Size Used Avail Use% Use change
bastion 37G 8.4G 27G 24% +0.1G
stats 233G 94G 128G 43% -2G
services 456G 224G 209G 52% +5G
storage 33T 20T 12T 62% -

Most of the increase in services is due to the layers. @benoit74 let's discuss this today.

zimit

benoit74 commented 5 months ago

We have configured (image) garbage collection on services node to clean-up unused images.

In /var/lib/kubelet/kubelet.conf, we have configured (no values where present):

imageGCHighThresholdPercent: 80
imageGCLowThresholdPercent: 50

Disk usage went down to 44%

Documentation used:

benoit74 commented 5 months ago

We will consider to add same kind of configuration on other nodes once we are sure of the system behavior