Merge pull request #568 from tolleiv/master

Scaling the AWS cluster paragraph added
This commit is contained in:
Kelsey Hightower
2016-07-28 12:24:07 -07:00
committed by GitHub
+4
View File
@@ -130,6 +130,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/) 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 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 ## 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 Make sure the environment variables you used to provision your cluster are still exported, then call the following script inside the