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

Use the next-gen language images as per https://circleci.com/docs/2.0/circleci-images/ Change proposed to create a new build which will pick up https://github.com/goreleaser/goreleaser/pull/2591

lets not use the same warning level for skipped schemas as we do for actual validation errors so that its easy to tell the output difference between actual schema validation...

**Input**: ```file.yaml apiVersion: kubeadm.k8s.io/v1beta3 kind: InitConfiguration nodeRegistration: ignorePreflightErrors: - SystemVerification localAPIEndpoint: bindPort: 6443 ... ``` **Error**: ``` Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/initconfiguration-kubeadm-v1beta3.json: Could not read schema from HTTP, response status is...

Hi, is it in the roadmap to make kubeval provide SARIF output ? It would help improve its [integration within MegaLinter](https://megalinter.github.io/latest/descriptors/kubernetes_kubeval/) :) Best regards

apiVersion: v1 kind: Namespace metadata: creationTimestamp: null name: Test2 spec: {} status: {} Trying to validate a namespace YAML file that has an invalid name. If I apply it with...

The latest docker image is from a year ago and does not have the 0.16.1 updates. Can it be updated please?

We had a deployment that contained the following block: ``` volumes: - name: webhook-config secret: secretName: webhook items: - key: webhook.json path: webhook.json resources: limits: memory: 2Gi restartPolicy: Always ```...

Kustomization.yaml files currently throws errors when scanned. This may be expected but seeing some strange behavior with several of the switches when I try and ignore them. Error I am...

Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.10.0 to 1.13.0. Release notes Sourced from github.com/fatih/color's releases. v1.13.0 This release updates the following dependencies: github.com/mattn/go-colorable v0.1.9 github.com/mattn/go-isatty v0.0.14 v1.12.0 This release adds support for the...

dependencies