From dd6fdf582495eb69b88e2f6005999c2607e655e8 Mon Sep 17 00:00:00 2001 From: wangjianyu Date: Thu, 11 Jan 2024 21:52:53 +0800 Subject: [PATCH] fix failurePolicy not found when NodeValidatingWebhook enabled (#85) Signed-off-by: wangjianyu Co-authored-by: wangjianyu --- versions/v1.4.0/README.md | 3 +++ versions/v1.4.0/values.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/versions/v1.4.0/README.md b/versions/v1.4.0/README.md index 4e7e0f2..58101ee 100644 --- a/versions/v1.4.0/README.md +++ b/versions/v1.4.0/README.md @@ -52,6 +52,9 @@ The following table lists the configurable parameters of the chart and their def | `koordlet.resources.requests.cpu` | CPU resource request of koordlet container | `0` | | `koordlet.resources.requests.memory` | Memory resource request of koordlet container | `0` | | `webhookConfiguration.failurePolicy.pods` | The failurePolicy for pods in mutating webhook configuration | `Ignore` | +| `webhookConfiguration.failurePolicy.elasticquotas` | The failurePolicy for elasticQuotas in all webhook configuration | `Ignore` | +| `webhookConfiguration.failurePolicy.nodeStatus` | The failurePolicy for node.status in all webhook configuration | `Ignore` | +| `webhookConfiguration.failurePolicy.nodes` | The failurePolicy for nodes in all webhook configuration | `Ignore` | | `webhookConfiguration.timeoutSeconds` | The timeoutSeconds for all webhook configuration | `30` | | `crds.managed` | Koordinator will not install CRDs with chart if this is false | `true` | | `imagePullSecrets` | The list of image pull secrets for koordinator image | `false` | diff --git a/versions/v1.4.0/values.yaml b/versions/v1.4.0/values.yaml index e74cebf..78d75a1 100644 --- a/versions/v1.4.0/values.yaml +++ b/versions/v1.4.0/values.yaml @@ -80,6 +80,7 @@ webhookConfiguration: pods: Ignore elasticquotas: Ignore nodeStatus: Ignore + nodes: Ignore timeoutSeconds: 30 serviceAccount: