2018-02-08 11:15:52 +00:00
|
|
|
# Kubernetes External Admission Webhook Test Image
|
2017-10-24 20:03:06 +00:00
|
|
|
|
2018-02-08 11:15:52 +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
|
|
|
|
2018-02-08 11:15:52 +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
|
|
|
|
```
|