Replicate webhook pods for resiliency #3386
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Currently we run one replica of the webhook deployment, which makes it a single point of failure in the event of a node outage. The job doesn't do anything that requires running as a single replica, so we should investigate running multiple replicas.
We can crib from Knative Serving, which configures:
/kind feature
The text was updated successfully, but these errors were encountered: