Skip to content

Commit

Permalink
Add caveat for nasty k8s 1.8 API aggregation layer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
itskingori committed Mar 5, 2018
1 parent 472604c commit 929f299
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/horizontal_pod_autoscaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Specifically:
* [x] `--horizontal-pod-autoscaler-use-rest-clients` should be true.
* [x] `--kubeconfig <path-to-kubeconfig>`

Ensure that you use **1.8.5 at minimum for Kubernetes 1.8.x** due to [a nasty
bug affecting the API aggregation layer][issue-1]. It was fixed in
[kubernetes/kubernetes#55259][pr-5].

## Cluster Configuration

### Support For Multiple Metrics
Expand Down Expand Up @@ -124,3 +128,6 @@ These are the PRs that enable the required configuration:
[pr-2]: https://github.com/kubernetes/kops/pull/3165
[pr-3]: https://github.com/kubernetes/kops/pull/3939
[pr-4]: https://github.com/kubernetes/kops/pull/1574
[pr-5]: https://github.com/kubernetes/kubernetes/pull/55259
[issue-1]: https://github.com/kubernetes/kubernetes/issues/55022

0 comments on commit 929f299

Please sign in to comment.