Skip to content

Commit 1092389

Browse files
committed
Update content/en/docs/concepts/storage/ephemeral-volumes.md
1 parent b88ef07 commit 1092389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ because then the scheduler is free to choose a suitable node for
207207
the Pod. With immediate binding, the scheduler is forced to select a node that has
208208
access to the volume once it is available.
209209

210-
In terms of [resource ownership](/docs/concepts/workloads/controllers/garbage-collection/#owners-and-dependents),
210+
In terms of [resource ownership](/docs/concepts/workloads/controllers/garbage-collection/#owners-dependents),
211211
a Pod that has generic ephemeral storage is the owner of the PersistentVolumeClaim(s)
212212
that provide that ephemeral storage. When the Pod is deleted,
213213
the Kubernetes garbage collector deletes the PVC, which then usually

0 commit comments

Comments
 (0)