docs/user-guide/scale_application_resources.md
This enables users to scale resources directly from the Argo CD UI. Users will be able to increase or decrease the number of replicas (Pods) for Deployments and StatefulSets by using an input field. The feature aims to enhance user experience, especially for non-technical users, by eliminating the need to modify configuration files or use kubectl commands for scaling.
Enter input parameters for action: scale with the current number of Pods.[!NOTE] This feature will only apply to
Deployments, andStatefulSets.
[!NOTE] If you use HPA (Horizontal Pod Autoscaling) or enabled Argo CD auto-sync, changing the replica count in scale actions would be overwritten. Ensure that invalid values (e.g.,
non-numericcharacters,negativenumbers, or values beyond themax integer limit) cannot be entered.