Back to Redis

K8s 642 Redb Admission Webhook Name Change

content/embeds/k8s-642-redb-admission-webhook-name-change.md

latest584 B
Original Source

[Versions 6.4.2 and later]({{< relref "/operate/kubernetes/release-notes/6-4-2-releases/" >}}) uses a new ValidatingWebhookConfiguration resource to replace redb-admission. To use newer releases, delete the old webhook resource and apply the new file.

  1. Delete the existing ValidatingWebhookConfiguration on the Kubernetes cluster (named redb-admission).

     ```sh
     kubectl delete ValidatingWebhookConfiguration redb-admission
     ```
    
  2. Apply the resource from the new file.

     ```sh
     kubectl apply -f deploy/admission/webhook.yaml
     ```