- CronJob
- DaemonSet
- Deployment
- Job
- Pod
- ReplicaSet
- StatefulSet
-
If
resources.requests.cpu
is set. -
If
resources.requests.cpu
>= cpuRequestMin. -
If
resources.requests.cpu
<= cpuRequestMax. -
If
resources.limits.cpu
is set. -
If
resources.limits.cpu
>= cpuLimitMin. -
If
resources.limits.cpu
<= cpuLimitMax.
If any of the above checks fail, the resource is denied from being deployed in the cluster.