9.2.1 Scaling Up Using a YAML File
- Navigate to the
$WORKDIR/kubernetes/helm
directory:cd $WORKDIR/kubernetes/helm
- Create an
oud-scaleup-override.yaml
file that contains:replicaCount: 4
- Run the following command to scale up the OUD
pods:
For example:helm upgrade --namespace <namespace> \ --values oud-scaleup-override.yaml \ <release_name> oud-ds-rs --reuse-values
helm upgrade --namespace oudns \ --values oud-scaleup-override.yaml \ oud-ds-rs oud-ds-rs --reuse-values