From 54a3cf620451c3bbd11885dc2e8b218af512c6a4 Mon Sep 17 00:00:00 2001 From: daxmc99 Date: Tue, 5 Feb 2019 21:52:52 -0700 Subject: [PATCH] Add User Data documentation Add documentation for "user-data" enhancement for EKS. This also includes a warning informing the user to be careful modifying these parameters --- .../hosted-kubernetes-clusters/eks/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md b/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md index 5534f6c5f0b..cf1e7c900d0 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md @@ -118,7 +118,7 @@ If you chose this option, you must also choose a **VPC & Subnet** that allow you Custom AMI Override | If you want to use a custom [Amazon Machine Image](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html#creating-an-ami) (AMI), specify it here. Minimum ASG Size | The minimum number of instances that your cluster will scale to during low traffic, as controlled by [Amazon Auto Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html). Maximum ASG Size | The maximum number of instances that your cluster will scale to during high traffic, as controlled by [Amazon Auto Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html). - + User Data | Custom commands can to be passed to perform automated configuration tasks WARNING: Modifying this may cause your nodes to be unable to join the cluster. 1. Click **Create**. {{< result_create-cluster >}}