From 929f299faca266e1d71aef00af1facfba90670f8 Mon Sep 17 00:00:00 2001 From: King'ori Maina Date: Mon, 5 Mar 2018 19:59:01 +0200 Subject: [PATCH] Add caveat for nasty k8s 1.8 API aggregation layer bug --- docs/horizontal_pod_autoscaling.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/horizontal_pod_autoscaling.md b/docs/horizontal_pod_autoscaling.md index c66274f757adc..88be0d50d87dc 100644 --- a/docs/horizontal_pod_autoscaling.md +++ b/docs/horizontal_pod_autoscaling.md @@ -35,6 +35,10 @@ Specifically: * [x] `--horizontal-pod-autoscaler-use-rest-clients` should be true. * [x] `--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