We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b92597 commit 3588b94Copy full SHA for 3588b94
content/en/docs/concepts/storage/volumes.md
@@ -397,6 +397,9 @@ or as read-write, because:
397
parts of the cluster.
398
* Pods with identical configuration (such as created from a PodTemplate) may
399
behave differently on different nodes due to different files on the nodes.
400
+* `hostPath` volume usage is not treated as ephemeral storage usage.
401
+ You need to monitor the disk usage by yourself because excessive `hostPath` disk
402
+ usage will lead to disk pressure on the node.
403
{{< /warning >}}
404
405
Some uses for a `hostPath` are:
0 commit comments