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
ValidatingWebhookConfigurationon the Kubernetes cluster (namedredb-admission).kubectl delete ValidatingWebhookConfiguration redb-admission -
Apply the resource from the new file.
kubectl apply -f deploy/admission/webhook.yaml