Add caveat for nasty k8s 1.8 API aggregation layer bug

This commit is contained in:
King'ori Maina 2018-03-05 19:59:01 +02:00
parent 472604cac3
commit 929f299fac
No known key found for this signature in database
GPG Key ID: 04398F1A6E1D9B22
1 changed files with 7 additions and 0 deletions

View File

@ -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
@ -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