Pdb Trait
The PDB trait allows to configure the PodDisruptionBudget resource for the Integration pods.
This trait is available in the following profiles: Kubernetes, Knative, OpenShift.
Configuration
Trait properties can be specified when running any integration with the CLI:
kamel run --trait pdb.[key]=[value] --trait pdb.[key2]=[value2] integration.groovy
The following configuration options are available:
| Property | Type | Description | 
|---|---|---|
pdb.enabled  | 
bool  | 
Can be used to enable or disable a trait. All traits share this common property.  | 
pdb.min-available  | 
string  | 
The number of pods for the Integration that must still be available after an eviction.
It can be either an absolute number or a percentage.
Only one of   | 
pdb.max-unavailable  | 
string  | 
The number of pods for the Integration that can be unavailable after an eviction.
It can be either an absolute number or a percentage (default   |