Deletes an Amazon EKS add-on.
See https://www.paws-r-sdk.com/docs/eks_delete_addon/ for full documentation.
eks_delete_addon(clusterName, addonName, preserve = NULL)
[required] The name of your cluster.
[required] The name of the add-on. The name must match one of the names returned by
list_addons
.
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.