mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-15 02:40:23 +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
|
||
|
```
|