From e9fecb2116ac5690728e37008cd807df899bc22b Mon Sep 17 00:00:00 2001 From: Julien Senon Date: Thu, 27 Sep 2018 13:49:10 +0200 Subject: [PATCH] Update HPA docs Add comment that enable custom metrics has been removed on K8S 1.11+ --- docs/horizontal_pod_autoscaling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/horizontal_pod_autoscaling.md b/docs/horizontal_pod_autoscaling.md index 2fb791e3fcced..bbc17dee1e087 100644 --- a/docs/horizontal_pod_autoscaling.md +++ b/docs/horizontal_pod_autoscaling.md @@ -81,6 +81,8 @@ spec: enableCustomMetrics: true ``` +Note that the deprecated and inactive option '--enable-custom-metrics' has been removed in Kubernetes 1.11 [#60699](https://github.com/kubernetes/kubernetes/pull/60699) + Enable the horizontal pod autoscaler REST client: ```yaml