Chapter 7. Scaling down Red Hat Ansible Automation Platform Operator deployments
You can scale down all Ansible Automation Platform deployments and StatefulSets by using the idle_aap variable. This is useful for scenarios such as upgrades, migrations, or disaster recovery.
Procedure
- Log in to Red Hat OpenShift Container Platform.
-
Go to
. - Select your Ansible Automation Platform Operator deployment.
- Select All Instances and go to your AnsibleAutomationPlatform instance.
- Click the ⋮ icon and then select .
In the YAML view paste the following YAML code under the
spec:section:idle_aap: true
idle_aap: trueCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Click .
Next steps
Setting the idle_aap value to true scales down all active deployments. Setting the value to false scales the deployments back up.