Skip to content

Commit d919c58

Browse files
authored
remove vendor specific cpu definition (#19797)
1 parent 9b1c863 commit d919c58

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/en/docs/concepts/configuration/manage-compute-resources-container.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,7 @@ resource requests/limits of that type for each Container in the Pod.
6868
## Meaning of CPU
6969

7070
Limits and requests for CPU resources are measured in *cpu* units.
71-
One cpu, in Kubernetes, is equivalent to:
72-
73-
- 1 AWS vCPU
74-
- 1 GCP Core
75-
- 1 Azure vCore
76-
- 1 IBM vCPU
77-
- 1 *Hyperthread* on a bare-metal Intel processor with Hyperthreading
71+
One cpu, in Kubernetes, is equivalent to **1 vCPU/Core** for cloud providers and **1 hyperthread** on bare-metal Intel processors.
7872

7973
Fractional requests are allowed. A Container with
8074
`spec.containers[].resources.requests.cpu` of `0.5` is guaranteed half as much

0 commit comments

Comments
 (0)