Skip to content

Commit 3afda07

Browse files
authored
Merge pull request #49178 from iltyty/patch-1
fix: typo in manage-resources-containers.md
2 parents 4c0218e + 0d1d98a commit 3afda07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ resource requests/limits of that type for each container in the Pod.
114114
{{< feature-state feature_gate_name="PodLevelResources" >}}
115115

116116
Starting in Kubernetes 1.32, you can also specify resource requests and limits at
117-
the Pod level. the Pod level. At Pod level, Kubernetes {{< skew currentVersion >}}
117+
the Pod level. At the Pod level, Kubernetes {{< skew currentVersion >}}
118118
only supports resource requests or limits for specific resource types: `cpu` and /
119119
or `memory`. This feature is currently in alpha and with the feature enabled,
120120
Kubernetes allows you to declare an overall resource budget for the Pod, which is
@@ -931,4 +931,4 @@ memory limit (and possibly request) for that container.
931931
and its [resource requirements](/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
932932
* Read about [project quotas](https://www.linux.org/docs/man8/xfs_quota.html) in XFS
933933
* Read more about the [kube-scheduler configuration reference (v1)](/docs/reference/config-api/kube-scheduler-config.v1/)
934-
* Read more about [Quality of Service classes for Pods](/docs/concepts/workloads/pods/pod-qos/)
934+
* Read more about [Quality of Service classes for Pods](/docs/concepts/workloads/pods/pod-qos/)

0 commit comments

Comments
 (0)