mirror of https://github.com/kubernetes/kops.git
Add caveat for nasty k8s 1.8 API aggregation layer bug
This commit is contained in:
parent
472604cac3
commit
929f299fac
|
@ -35,6 +35,10 @@ Specifically:
|
||||||
* [x] `--horizontal-pod-autoscaler-use-rest-clients` should be true.
|
* [x] `--horizontal-pod-autoscaler-use-rest-clients` should be true.
|
||||||
* [x] `--kubeconfig <path-to-kubeconfig>`
|
* [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
|
## Cluster Configuration
|
||||||
|
|
||||||
### Support For Multiple Metrics
|
### 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-2]: https://github.com/kubernetes/kops/pull/3165
|
||||||
[pr-3]: https://github.com/kubernetes/kops/pull/3939
|
[pr-3]: https://github.com/kubernetes/kops/pull/3939
|
||||||
[pr-4]: https://github.com/kubernetes/kops/pull/1574
|
[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
|
||||||
|
|
Loading…
Reference in New Issue