kubeval icon indicating copy to clipboard operation
kubeval copied to clipboard

Validate your Kubernetes configuration files, supports multiple Kubernetes versions

Results 111 kubeval issues
Sort by recently updated
recently updated
newest added

kubeval version: 1.15 Using --ignore-missing-schemas for another file provides a "WARN", but gives return code 0 In our pipeline we recently got return code 1 with no "ERR" visible, making...

## The suggestion When pointed to a directory in order to validate its contents, could we please have `kubeval`: * Process only the immediate children of the specified directory by...

```yaml kind: Pod metadata: name: demo labels: role: myrole spec: containers: - name: bad_name ``` ``` a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must...

bug
upstream

Hi, i'm running kubeval to validate my helm manifests. While I'm testing with it I get errors with `binaryData` property via stdin. Here is my configmap: ```yaml apiVersion: v1 kind:...

bug

When specifying JSON output, kubeval prints any warnings and errors at the top of the output in plain text, making it difficult to parse the output programatically. eg: ``` c:\>...

When stdin is closed an error is raised even if stdin reading is not used. ```console $ kubeval example.yaml

bug

Using the current-latest `garethr/kubeval` Docker image (at the moment `0.14.0`) doesn't work with newer schemas from [instrumenta/kubernetes-json-schema](https://github.com/instrumenta/kubernetes-json-schema). From what I gather from https://github.com/instrumenta/kubeval/issues/135, that is the "official" Docker image for...

Other warnings may appear that don't cause validation to fail, making this an error will make it easier to find what caused validation to fail.

Hello, It could be somehow related to #116 as it's about naming volumeMounts. I made a volumeMount named `cronjobConfig`, kubeval said everything is ok but k8s didn't agree with the...

#27 added a package for windows users to install via Chocolatey but it has not been updated in a while. I'd be cool if that could be added to the...

bug