Skip to content

Commit 5b5ede6

Browse files
committed
Add note about resizing to the downward API reference
1 parent 2e8af8e commit 5b5ede6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/concepts/workloads/pods/downward-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ These container-level fields allow you to provide information about
9999
[requests and limits](/docs/concepts/configuration/manage-resources-containers/#requests-and-limits)
100100
for resources such as CPU and memory.
101101

102+
{{< note >}}
103+
{{< feature-state feature_gate_name="InPlacePodVerticalScaling" >}}
104+
Container CPU and memory resources can be resized while the container is running. If this happens, a downward API volume will be updated, but environment variables will not be updated unless the container restarts. See [Resize CPU and Memory Resources assigned to Containers](/docs/tasks/configure-pod-container/resize-container-resources/) for more details.
105+
{{< /note >}}
106+
102107

103108
`resource: limits.cpu`
104109
: A container's CPU limit

0 commit comments

Comments
 (0)