Uninstall the Amazon EMR on EKS vertical autoscaling operator - Amazon EMR
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Uninstall the Amazon EMR on EKS vertical autoscaling operator

If you want to remove the vertical autoscaling operator from your Amazon EKS cluster, use the cleanup command with the Operator SDK CLI as shown in the following example. This also deletes upstream dependencies that installed with the operator, such as the Vertical Pod Autoscaler.

operator-sdk cleanup emr-dynamic-sizing

If there are any running jobs on the cluster when you delete the operator, those jobs continue to run without vertical autoscaling. If you submit jobs on the cluster after you delete the operator, Amazon EMR on EKS will ignore any vertical autoscaling-related parameters that you may have defined during configuration.