From fedc79ae988a25223026c69dfb0ea466d1e6779f Mon Sep 17 00:00:00 2001 From: Justin Biggs Date: Mon, 19 Aug 2019 08:43:30 -0500 Subject: [PATCH] '#15924 removed extra parenthesis' (#15929) --- content/en/docs/reference/glossary/qos-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/qos-class.md b/content/en/docs/reference/glossary/qos-class.md index 6ecd3e402a..692afd47fa 100755 --- a/content/en/docs/reference/glossary/qos-class.md +++ b/content/en/docs/reference/glossary/qos-class.md @@ -15,7 +15,7 @@ related: - pod --- - QoS Class (Quality of Service Class)) provides a way for Kubernetes to classify Pods within the cluster into several classes and make decisions about scheduling and eviction. + QoS Class (Quality of Service Class) provides a way for Kubernetes to classify Pods within the cluster into several classes and make decisions about scheduling and eviction. QoS Class of a Pod is set at creation time based on its compute resources requests and limits settings. QoS classes are used to make decisions about Pods scheduling and eviction.