View source: R/eks_operations.R
eks_delete_addon | R Documentation |
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)
clusterName |
[required] The name of your cluster. |
addonName |
[required] The name of the add-on. The name must match one of the names returned by
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.