Skip to content

Commit

Permalink
Update website/content/en/preview/provisioner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Feb 1, 2022
1 parent 581a360 commit c7f79a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/preview/provisioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The provisioner spec includes a limits section (`spec.limits.resources`), which

Presently, Karpenter supports `memory` and `cpu` limits.

CPU limits are described with a `DecimalSI` value, usually a natural integer. Note that the Kubernetes API will return a string value here, so when using e.g. ArgoCD, it's better to specify the CPU limit as a string.
CPU limits are described with a `DecimalSI` value. Note that the Kubernetes API will coerce this into a string, so we recommend against using integers to avoid GitOps skew.

Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory)

Expand Down

0 comments on commit c7f79a8

Please sign in to comment.