Skip to content

Commit 0c53ba7

Browse files
Fixes typo in QoS - Kubernetes Concepts
1 parent 5e8c2db commit 0c53ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Kubernetes assigns one of the QoS classes to the Pod:
369369

370370
QoS class is used by Kubernetes for scheduling and evicting Pods.
371371

372-
When every Container in a Pod is given a memory and CPU limit, and optionally non-zero request, and they exactly match, then a Pod is scheduled with `Guaranteed` QoS. This is the higest priority.
372+
When every Container in a Pod is given a memory and CPU limit, and optionally non-zero request, and they exactly match, then a Pod is scheduled with `Guaranteed` QoS. This is the highest priority.
373373

374374
A Pod is given `Burstable` QoS class if the Pod does not meet the `Guaranteed` QoS and at least one Container has a memory or CPU request. This is intermediate priority.
375375

0 commit comments

Comments
 (0)