You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A node can evict pods based on memory pressure, but also on using up too much ephemeral storage space which is any space outside mounted folders. This could for example be /tmp but perhaps not /home/jovyan.
Typically pods doesn't request ephemeral storage space explicitly, but they can do this also just like they can request it for CPU and Memory, and a node has a capacity and allocatable amount of ephemeral storage space just like they have for CPU and Memory.
Since too little ephemeral storage left on the node can trigger pod evictions, and is relevant for deciding how large node disks should be used when setting up node pools, it would be great to have a dashboard to inform us ephemeral storage use just like we have for a node's ram usage.
Related
GCP Nodes doesn't make all the disk space available for pods as ephemeral storage, only ~50% of it. Consider for example n2-highmem-16 and -64 nodes without explicitly sized disk nodes, that has defaulted to a 100GB disk size.
consideRatio
changed the title
Dashboard for node's available ephemeral storage space
Dashboard panel for node's available ephemeral storage space
Mar 16, 2023
A node can evict pods based on memory pressure, but also on using up too much ephemeral storage space which is any space outside mounted folders. This could for example be
/tmp
but perhaps not/home/jovyan
.Typically pods doesn't request ephemeral storage space explicitly, but they can do this also just like they can request it for CPU and Memory, and a node has a capacity and allocatable amount of ephemeral storage space just like they have for CPU and Memory.
Since too little ephemeral storage left on the node can trigger pod evictions, and is relevant for deciding how large node disks should be used when setting up node pools, it would be great to have a dashboard to inform us ephemeral storage use just like we have for a node's ram usage.
Related
GCP Nodes doesn't make all the disk space available for pods as ephemeral storage, only ~50% of it. Consider for example n2-highmem-16 and -64 nodes without explicitly sized disk nodes, that has defaulted to a 100GB disk size.
The text was updated successfully, but these errors were encountered: