File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ because then the scheduler is free to choose a suitable node for
207
207
the Pod. With immediate binding, the scheduler is forced to select a node that has
208
208
access to the volume once it is available.
209
209
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),
211
211
a Pod that has generic ephemeral storage is the owner of the PersistentVolumeClaim(s)
212
212
that provide that ephemeral storage. When the Pod is deleted,
213
213
the Kubernetes garbage collector deletes the PVC, which then usually
You can’t perform that action at this time.
0 commit comments