Skip to content

Commit

Permalink
Amazon Elastic Kubernetes Service Update: Adds support for EKS add-on…
Browse files Browse the repository at this point in the history
…s "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.
  • Loading branch information
AWS committed Aug 20, 2021
1 parent 76c81de commit 35c08c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Elastic Kubernetes Service",
"contributor": "",
"description": "Adds support for EKS add-ons \"preserve\" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management."
}
12 changes: 10 additions & 2 deletions services/eks/src/main/resources/codegen-resources/service-2.json
Expand Up @@ -666,7 +666,8 @@
"InsufficientNumberOfReplicas",
"ConfigurationConflict",
"AdmissionRequestDenied",
"UnsupportedAddonModification"
"UnsupportedAddonModification",
"K8sResourceNotFound"
]
},
"AddonIssueList":{
Expand Down Expand Up @@ -1224,6 +1225,12 @@
"documentation":"<p>The name of the add-on. The name must match one of the names returned by <a href=\"https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html\"> <code>ListAddons</code> </a>.</p>",
"location":"uri",
"locationName":"addonName"
},
"preserve":{
"shape":"Boolean",
"documentation":"<p>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 is not removed.</p>",
"location":"querystring",
"locationName":"preserve"
}
}
},
Expand Down Expand Up @@ -1607,7 +1614,8 @@
"InsufficientNumberOfReplicas",
"ConfigurationConflict",
"AdmissionRequestDenied",
"UnsupportedAddonModification"
"UnsupportedAddonModification",
"K8sResourceNotFound"
]
},
"ErrorDetail":{
Expand Down

0 comments on commit 35c08c2

Please sign in to comment.