One character fix to unbreak Netlify (#9331)
This commit is contained in:
committed by
k8s-ci-robot
parent
b9f9d1ef70
commit
94e3d092d1
@@ -161,8 +161,8 @@ The following types are supported:
|
|||||||
| `secrets` | The total number of secrets that can exist in the namespace. |
|
| `secrets` | The total number of secrets that can exist in the namespace. |
|
||||||
|
|
||||||
For example, `pods` quota counts and enforces a maximum on the number of `pods`
|
For example, `pods` quota counts and enforces a maximum on the number of `pods`
|
||||||
created in a single namespace that are not terminal. You might want to set a `pods`
|
created in a single namespace that are not terminal. You might want to set a `pods`
|
||||||
quota on a namespace to avoid the case where a user creates many small pods and
|
quota on a namespace to avoid the case where a user creates many small pods and
|
||||||
exhausts the cluster's supply of Pod IPs.
|
exhausts the cluster's supply of Pod IPs.
|
||||||
|
|
||||||
## Quota Scopes
|
## Quota Scopes
|
||||||
@@ -202,7 +202,7 @@ field in the quota spec.
|
|||||||
|
|
||||||
A quota is matched and consumed only if `scopeSelector` in the quota spec selects the pod.
|
A quota is matched and consumed only if `scopeSelector` in the quota spec selects the pod.
|
||||||
|
|
||||||
{{< note > }}
|
{{< note >}}
|
||||||
**Note:** You need to enable the feature gate `ResourceQuotaScopeSelectors`before using resource quotas
|
**Note:** You need to enable the feature gate `ResourceQuotaScopeSelectors`before using resource quotas
|
||||||
per PriorityClass.
|
per PriorityClass.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user