Versions 6.4.2 and later uses a new ValidatingWebhookConfiguration
resource to replace redb-admission
. To use newer releases, delete the old webhook resource and apply the new file.
-
Delete the existing
ValidatingWebhookConfiguration
on the Kubernetes cluster (namedredb-admission
).```sh kubectl delete ValidatingWebhookConfiguration redb-admission ```
-
Apply the resource from the new file.
```sh kubectl apply -f deploy/admission/webhook.yaml ```