From dc8c631afda66acf45669826ada0bf69832ab9ed Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Mon, 13 Jun 2016 14:18:05 +0200 Subject: [PATCH] Added warning to hpa design doc --- docs/design/horizontal-pod-autoscaler.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/design/horizontal-pod-autoscaler.md b/docs/design/horizontal-pod-autoscaler.md index 1b0d78bd558..d8d2280f5bf 100644 --- a/docs/design/horizontal-pod-autoscaler.md +++ b/docs/design/horizontal-pod-autoscaler.md @@ -32,6 +32,8 @@ Documentation for other releases can be found at +

Warning! This document might be outdated.

+ # Horizontal Pod Autoscaling ## Preface