lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.48k stars 1.46k forks source link

Setting per cluster for mountpoints in the filesystem metrics #7964

Open dex4er opened 11 months ago

dex4er commented 11 months ago

This is extra setting per cluster that allows to change the mountpoints in the filesystem metrics.

It is a must for a Bottlerocket EKS nodes (and possibly for COS GCP, but I didn't test it yet) because in this OS the "/" is a read-only small filesystem (~ 1GB) and the containers and ephemeral data on another mountpoints.

The setting:

image

With the default value "/":

image

With the changed value to ".*":

image