Add link to autoscaler FAQ (#7045)

This PR adds a link to the cluster autoscaler project documentation
which can help answer some questions related to the scaler internals.

Closes: #1408
reviewable/pr7096/r1
Qiming 2018-01-26 10:11:30 +08:00 committed by k8s-ci-robot
parent e1cbd8bbd9
commit 109b377138
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ gcloud container clusters update mytestcluster --enable-autoscaling --min-nodes=
**Cluster autoscaler expects that nodes have not been manually modified (e.g. by adding labels via kubectl) as those properties would not be propagated to the new nodes within the same instance group.** **Cluster autoscaler expects that nodes have not been manually modified (e.g. by adding labels via kubectl) as those properties would not be propagated to the new nodes within the same instance group.**
For more details about how the cluster autoscaler decides whether, when and how
to scale a cluster, please refer to the [FAQ](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md)
documentation from the autoscaler project.
## Maintenance on a Node ## Maintenance on a Node
If you need to reboot a node (such as for a kernel upgrade, libc upgrade, hardware repair, etc.), and the downtime is If you need to reboot a node (such as for a kernel upgrade, libc upgrade, hardware repair, etc.), and the downtime is