Skip to content

Commit 1a1f064

Browse files
authored
Fix incorrect CLI flag from --bootstrapSelfManagedAddons to --no-bootstrap-self-managed-addons (#1196)
Signed-off-by: Wataru Imai <imwata@amazon.com>
1 parent 4087415 commit 1a1f064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

latest/ug/clusters/create-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following are optional settings that, if required, must be added to the prev
229229
+
230230
If you'd like to disable the installation of these default networking add-ons, use the parameter below. This may be used for alternate CNIs, such as Cilium. Review the link:eks/latest/APIReference/API_CreateCluster.html[EKS API reference,type="documentation"] for more information.
231231
+
232-
`aws eks create-cluster --bootstrapSelfManagedAddons false`
232+
`aws eks create-cluster --no-bootstrap-self-managed-addons ...`
233233
** If you want to specify which `IPv4` Classless Inter-domain Routing (CIDR) block Kubernetes assigns service IP addresses from, you must specify it by adding the `--kubernetes-network-config serviceIpv4Cidr=<cidr-block>` to the following command.
234234
+
235235
Specifying your own range can help prevent conflicts between Kubernetes services and other networks peered or connected to your VPC. Enter a range in CIDR notation. For example: `10.2.0.0/16`.

0 commit comments

Comments
 (0)