k3s/test/images/webhook/README.md

14 lines
431 B
Markdown
Raw Normal View History

# Kubernetes External Admission Webhook Test Image
2017-10-24 20:03:06 +00:00
The image tests MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying
it to kubernetes cluster, administrator needs to create a ValidatingWebhookConfiguration
in kubernetes cluster to register remote webhook admission controllers.
2017-10-24 20:03:06 +00:00
TODO: add the reference when the document for admission webhook v1beta1 API is done.
2017-10-24 20:03:06 +00:00
## Build the code
```bash
make build
```