Skip to content

Commit

Permalink
Merge pull request #3909 from chaosi-zju/resourceinterpreter
Browse files Browse the repository at this point in the history
update validate-resourceinterpretercustomization webhook timeout from 3s to 10s
  • Loading branch information
karmada-bot authored Aug 8, 2023
2 parents 1953a0e + a4f8c99 commit 241c9b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion artifacts/deploy/webhook-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
admissionReviewVersions: ["v1"]
timeoutSeconds: 3
timeoutSeconds: 10
- name: federatedresourcequota.karmada.io
rules:
- operations: ["CREATE", "UPDATE"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
admissionReviewVersions: ["v1"]
timeoutSeconds: 3
timeoutSeconds: 10
- name: federatedresourcequota.karmada.io
rules:
- operations: ["CREATE", "UPDATE"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
admissionReviewVersions: ["v1"]
timeoutSeconds: 3
timeoutSeconds: 10
- name: federatedresourcequota.karmada.io
rules:
- operations: ["CREATE", "UPDATE"]
Expand Down
2 changes: 1 addition & 1 deletion pkg/karmadactl/cmdinit/karmada/webhook_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ webhooks:
failurePolicy: Fail
sideEffects: None
admissionReviewVersions: ["v1"]
timeoutSeconds: 3
timeoutSeconds: 10
- name: federatedresourcequota.karmada.io
rules:
- operations: ["CREATE", "UPDATE"]
Expand Down

0 comments on commit 241c9b4

Please sign in to comment.