kubernetes-examples
kubernetes-examples copied to clipboard
Minimal self-contained examples of standard Kubernetes features and patterns in YAML
For new issues, template should be created so that description would cover some basic questions like: Bug or Feature Request/New Example Request Bug: Which examples are affected? Feature Request/New Example...
- Check documentation if there is anything missing for a new contributor perspective. - Steps for local testing with local cluster
* Identify top-level resources that are still TODO - [ ] EndpointSlice - [ ] CSIDriver - [ ] CSINode - [ ] VolumeAttachment - [ ] PersistentVolumeClaim - [...
https://k8s-examples.container-solutions.com/
PodSecurityPolicy is deprecated and will be removed from Kubernetes API in 1.25 release. We should remove the examples when it's removed from the API.
`--ignore-missing-schema` was added to kubeconform to stop CI from failing for istio examples. It would be nice to have validation for istio schemas
- [ ] Plugins - [ ] Cloud Providers
# Changelog This adds a simple example of a `ValidatingWebhookConfiguration`. This by itself will not work when directly applied as it still needs the server component. Is this something I...
Greetings! This PR covers #19, please check it. Thanks! Regards