Skip to content

Commit 2f21851

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Added support for disabling unmanaged addons during cluster creation.
1 parent 10861a5 commit 2f21851

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Kubernetes Service",
4+
"contributor": "",
5+
"description": "Added support for disabling unmanaged addons during cluster creation."
6+
}

services/eks/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,10 @@
20012001
"accessConfig":{
20022002
"shape":"CreateAccessConfigRequest",
20032003
"documentation":"<p>The access configuration for the cluster.</p>"
2004+
},
2005+
"bootstrapSelfManagedAddons":{
2006+
"shape":"BoxedBoolean",
2007+
"documentation":"<p>If you set this value to <code>False</code> when creating a cluster, the default networking add-ons will not be installed.</p> <p>The default networking addons include vpc-cni, coredns, and kube-proxy.</p> <p>Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.</p>"
20042008
}
20052009
}
20062010
},

0 commit comments

Comments
 (0)