mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 08:11:55 +00:00
12 lines
312 B
Markdown
12 lines
312 B
Markdown
# Kubernetes External Admission Webhook Test Image
|
|
|
|
The image tests CustomResourceConversionWebhook. After deploying it to kubernetes cluster,
|
|
administrator needs to create a CustomResourceConversion.Webhook
|
|
in kubernetes cluster to use remote webhook for conversions.
|
|
|
|
## Build the code
|
|
|
|
```bash
|
|
make build
|
|
```
|