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 300 forks source link

Create a branch per kubernetes version #6

Closed ianmiell closed 4 years ago

ianmiell commented 4 years ago

This is a precursor to auto-testing the examples against these versions. API versions can change between releases.

knelasevero commented 4 years ago

This could be useful for identifying deleted or deprecated resources for each version.

https://github.com/rikatz/kubepug/

I will have a look. :)

knelasevero commented 4 years ago

Done