eks_delete_addon: Delete an Amazon EKS add-on

View source: R/eks_operations.R

eks_delete_addonR Documentation

Delete an Amazon EKS add-on

Description

Delete an Amazon EKS add-on.

See https://www.paws-r-sdk.com/docs/eks_delete_addon/ for full documentation.

Usage

eks_delete_addon(clusterName, addonName, preserve = NULL)

Arguments

clusterName

[required] The name of the cluster to delete the add-on from.

addonName

[required] The name of the add-on. The name must match one of the names returned by list_addons .

preserve

Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it isn't removed.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.