Cluster.spec.rkeConfig.machineSelectorFiles.fileSources.secret.spec.webhookDeploymentCustomization
WebhookDeploymentCustomization is the customization configuration to apply to the rancher-webhook deployment on this cluster.
| Field / Type | Description |
|---|---|
AppendTolerations is a list of tolerations appended to the webhook deployment.
| |
OverrideAffinity overrides the default affinity for the webhook deployment.
| |
OverrideResourceRequirements sets CPU/memory requests and limits for the webhook container.
| |
PodDisruptionBudget specifies the desired pod disruption budget for the webhook deployment. Recommended when ReplicaCount > 1 to prevent all replicas from being disrupted simultaneously.
| |
replicaCount | ReplicaCount sets the number of webhook pod replicas. The webhook natively supports multi-replica operation via leader election and shared TLS certificates, so increasing this value improves availability without additional configuration.
|