From 28dc6766391dbdcc0113347e7eee149a3f96017a Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Sun, 9 May 2021 20:15:11 +0300 Subject: [PATCH] Fix network injector webhook This commit fix the network injector webhook to stuck the all cluster. https://github.com/k8snetworkplumbingwg/sriov-network-operator/pull/116 move the admission version to v1 In v1 the default `FailurePolicy` is `Fail` and not `Ignore` as v1Beta1 Signed-off-by: Sebastian Sch --- bindata/manifests/webhook/003-webhook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindata/manifests/webhook/003-webhook.yaml b/bindata/manifests/webhook/003-webhook.yaml index 74ebf6c24..61e15901a 100644 --- a/bindata/manifests/webhook/003-webhook.yaml +++ b/bindata/manifests/webhook/003-webhook.yaml @@ -14,6 +14,7 @@ webhooks: - name: network-resources-injector-config.k8s.io sideEffects: None admissionReviewVersions: [v1] + failurePolicy: Ignore clientConfig: service: name: network-resources-injector-service