EksDeleteNodegroupOperator
AmazonDeletes an Amazon EKS managed node group from an Amazon EKS Cluster.
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
cluster_nameThe name of the Amazon EKS Cluster associated with your nodegroup. (templated)
nodegroup_nameThe name of the nodegroup to delete. (templated)
wait_for_completionIf True, waits for operator to complete. (default: False) (templated)
aws_conn_idThe Airflow connection used for AWS credentials. (templated) If this is None or empty then the default boto3 behaviour is used. If running Airflow in a distributed manner and aws_conn_id is None or empty, then the default boto3 configuration would be used (and must be maintained on each worker node).
regionWhich AWS region the connection should use. (templated) If this is None or empty then the default boto3 behaviour is used.
Documentation
Deletes an Amazon EKS managed node group from an Amazon EKS Cluster.
See also
For more information on how to use this operator, take a look at the guide: Delete an Amazon EKS managed node group