Skip to content

Commit

Permalink
fix failurePolicy not found when NodeValidatingWebhook enabled (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: wangjianyu <wangjianyu.wjy@alibaba-inc.com>
Co-authored-by: wangjianyu <wangjianyu.wjy@alibaba-inc.com>
  • Loading branch information
ZiMengSheng and wangjianyu committed Jan 11, 2024
1 parent 397ef59 commit dd6fdf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions versions/v1.4.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
1 change: 1 addition & 0 deletions versions/v1.4.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ webhookConfiguration:
pods: Ignore
elasticquotas: Ignore
nodeStatus: Ignore
nodes: Ignore
timeoutSeconds: 30

serviceAccount:
Expand Down

0 comments on commit dd6fdf5

Please sign in to comment.