Skip to content

Commit 7a5fc71

Browse files
authored
Merge pull request #23993 from fmuyassarov/fix-404-feruz
Fix 404 issues
2 parents c85c3ff + 55d2702 commit 7a5fc71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Conceptually, CSI ephemeral volumes are similar to `configMap`,
9292
scheduled onto a node. Kubernetes has no concept of rescheduling Pods
9393
anymore at this stage. Volume creation has to be unlikely to fail,
9494
otherwise Pod startup gets stuck. In particular, [storage capacity
95-
aware Pod scheduling](/docs/concepts/storage-capacity/) is *not*
95+
aware Pod scheduling](/docs/concepts/storage/storage-capacity/) is *not*
9696
supported for these volumes. They are currently also not covered by
9797
the storage resource usage limits of a Pod, because that is something
9898
that kubelet can only enforce for storage that it manages itself.
@@ -147,7 +147,7 @@ flexible:
147147
([snapshotting](/docs/concepts/storage/volume-snapshots/),
148148
[cloning](/docs/concepts/storage/volume-pvc-datasource/),
149149
[resizing](/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims),
150-
and [storage capacity tracking](/docs/concepts/storage-capacity/).
150+
and [storage capacity tracking](/docs/concepts/storage/storage-capacity/).
151151

152152
Example:
153153

0 commit comments

Comments
 (0)