gardener / kupid

Inject scheduling criteria into target pods orthogonally by policy definition.
Apache License 2.0
11 stars 19 forks source link

Default webhook timeout in the charts as 10s. #23

Closed amshuman-kr closed 4 years ago

amshuman-kr commented 4 years ago

What this PR does / why we need it: Default webhook timeout in the charts as 10s. This is to ensure the webhook timeout is shorter than the timeouts used by the apiserver clients so that the failure policy remains effective.

Which issue(s) this PR fixes: Addresses gardener/gardener#2779.

Special notes for your reviewer:

Release note:

Default webhook timeout in the charts as `10s`. This is to ensure the webhook timeout is shorter than the timeouts used by the apiserver clients so that the failure policy remains effective.