instrumenta / instrumenta/kubeval
Invalid CPU limit is not flagged - probably an upstream thing
Open
schema
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
This is related to #22 and #161 , but I believe it is distinct.
I had a typo in a `cpu` request, and the value was `1000ms` instead of `1000m`. This was not flagged by kubeval.
The error I get is `quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$'`. Maybe kubeval can validate against this regex as well?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.