-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description of the problem/feature request
We are evaluating kube-linter to address a recent error we experienced. We deployed a pod with an invalid memory limit:
resources:
limits:
cpu: 500m
memory: 3500m
Note 3500m instead of 3500M
Description of the existing behavior vs. expected behavior
We expected kube-linter to flag the invalid resource memory limit. Per the documentation for this setting:
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
The memory resource is measured in bytes. You can express memory as a plain integer or a fixed-point integer with one of these suffixes: E, P, T, G, M, K, Ei, Pi, Ti, Gi, Mi, Ki.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working