Skip to content

Commit 3588b94

Browse files
pegasastengqm
andauthored
add warning about hostPath volumes (#47129)
* add warning about hostPath volumes * Update content/en/docs/concepts/storage/volumes.md Co-authored-by: Qiming Teng <[email protected]> --------- Co-authored-by: Qiming Teng <[email protected]>
1 parent 9b92597 commit 3588b94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,9 @@ or as read-write, because:
397397
parts of the cluster.
398398
* Pods with identical configuration (such as created from a PodTemplate) may
399399
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.
400403
{{< /warning >}}
401404

402405
Some uses for a `hostPath` are:

0 commit comments

Comments
 (0)