ContainerSolutions / kubernetes-examples

Minimal self-contained examples of standard Kubernetes features and patterns in YAML
https://k8s-examples.container-solutions.com/
MIT License
1.4k stars 299 forks source link

github action to apply all yaml agains v1.18 apiserver #14

Closed lalyos closed 4 years ago

lalyos commented 4 years ago

This PR adds a github action to validate all manifest by kubectl apply -f So additionally over yamllint, its a real validation.

See it in action