mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
914 B
914 B
Kubeval
Validates one or more Kubernetes configuration files.
Table of contents
TL;DR
$ kubeval 'my-invalid-rc.yaml' || echo "Validation failed" >&2
WARN - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
Validation failed
Further readings
Sources
All the references in the further readings section, plus the following: