'#15924 removed extra parenthesis' (#15929)

This commit is contained in:
Justin Biggs 2019-08-19 08:43:30 -05:00 committed by Kubernetes Prow Robot
parent cd62dbf71f
commit fedc79ae98
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<!--more-->
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.