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
Currently, Kubedock supports configuring CPU and memory resources when spinning up containers, but there doesn't seem to be an option for configuring ephemeral storage resources. I believe this feature would be helpful for workloads that require temporary storage, such as those needing disk space for caching, logs, or other temporary data storage.
Could we add labels and parameters similar to those for CPU and memory, such as:
This feature would make Kubedock more flexible and suitable for a wider range of workloads that also rely on ephemeral storage, such as databases with initialized schemas, data processing, or application containers that generate large amounts of temporary data.
The text was updated successfully, but these errors were encountered:
Hi,
Currently, Kubedock supports configuring CPU and memory resources when spinning up containers, but there doesn't seem to be an option for configuring ephemeral storage resources. I believe this feature would be helpful for workloads that require temporary storage, such as those needing disk space for caching, logs, or other temporary data storage.
Could we add labels and parameters similar to those for CPU and memory, such as:
com.joyrex2001.kubedock.request-ephemeral-storage
--request-ephemeral-storage
This feature would make Kubedock more flexible and suitable for a wider range of workloads that also rely on ephemeral storage, such as databases with initialized schemas, data processing, or application containers that generate large amounts of temporary data.
The text was updated successfully, but these errors were encountered: