File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/en/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ resource requests/limits of that type for each container in the Pod.
113113
114114{{< feature-state feature_gate_name="PodLevelResources" >}}
115115
116- Starting in Kubernetes 1.34, you can also specify resource requests and limits at
116+ Provided your cluster has the ` PodLevelResources `
117+ [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) enabled,
118+ you can specify resource requests and limits at
117119the Pod level. At the Pod level, Kubernetes {{< skew currentVersion >}}
118120only supports resource requests or limits for specific resource types: ` cpu ` and /
119121or ` memory ` . This feature is currently in alpha and with the feature enabled,
You can’t perform that action at this time.
0 commit comments