From 4380ca93f2c6c0a12363e66df2d3d599b457bdff Mon Sep 17 00:00:00 2001 From: Tolleiv Nietsch Date: Tue, 24 May 2016 23:26:21 +0200 Subject: [PATCH 1/2] Scaling the AWS cluster paragraph added --- docs/getting-started-guides/aws.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index 6ac90d5829..fd66b26b96 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -127,6 +127,10 @@ The "Guestbook" application is another popular example to get started with Kuber For more complete applications, please look in the [examples directory](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/) +## Scaling the cluster + +Adding and removing nodes through `kubectl` is not supported. You can still scale the amount of nodes through manual adjustments of the Auto Scaling Group which was created during the installation. In cause you increase the number of nodes, the new node will automatically join the cluster once it's ready. + ## Tearing down the cluster Make sure the environment variables you used to provision your cluster are still exported, then call the following script inside the From e98120fa8a99510030e323e2d039fd9127827507 Mon Sep 17 00:00:00 2001 From: Tolleiv Nietsch Date: Thu, 2 Jun 2016 12:07:11 +0200 Subject: [PATCH 2/2] Scaling AWS paragraph adjustment --- docs/getting-started-guides/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws.md b/docs/getting-started-guides/aws.md index fd66b26b96..b8e56d584e 100644 --- a/docs/getting-started-guides/aws.md +++ b/docs/getting-started-guides/aws.md @@ -129,7 +129,7 @@ For more complete applications, please look in the [examples directory](https:// ## Scaling the cluster -Adding and removing nodes through `kubectl` is not supported. You can still scale the amount of nodes through manual adjustments of the Auto Scaling Group which was created during the installation. In cause you increase the number of nodes, the new node will automatically join the cluster once it's ready. +Adding and removing nodes through `kubectl` is not supported. You can still scale the amount of nodes manually through adjustments of the 'Desired' and 'Max' properties within the [Auto Scaling Group](http://docs.aws.amazon.com/autoscaling/latest/userguide/as-manual-scaling.html), which was created during the installation. ## Tearing down the cluster