You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Policy Controller Helm Chart defaults webhook.replicaCount to 1 and PDB minAvailable to 1. This means a default installation of Policy Controller will prevent Kubernetes upgrades. A better default is to increase webhook.replicaCount to 2, or disable the PDB by default.
My vote is to incresae replicaCount to 2 because this prevents other issues with the webhook being unavailable during upgrades.
The text was updated successfully, but these errors were encountered:
Description
The Policy Controller Helm Chart defaults
webhook.replicaCount
to 1 and PDBminAvailable
to 1. This means a default installation of Policy Controller will prevent Kubernetes upgrades. A better default is to increasewebhook.replicaCount
to2
, or disable the PDB by default.My vote is to incresae replicaCount to
2
because this prevents other issues with the webhook being unavailable during upgrades.The text was updated successfully, but these errors were encountered: