From 86e71a128050a905ecd9b3c3753a32e2eda505cd Mon Sep 17 00:00:00 2001 From: Holger Marquetant Date: Thu, 13 Dec 2018 15:38:57 +0100 Subject: [PATCH] AWS region was missing in example (#213) awsRegion missing in example. It's not working without it. And added cloudProvider setting. It's by default "aws" and not necessary at the moment. But it's to important and should be defined if default will change in the future. --- docs/autoscaling.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/autoscaling.md b/docs/autoscaling.md index 1aa9248..c572d08 100644 --- a/docs/autoscaling.md +++ b/docs/autoscaling.md @@ -14,6 +14,9 @@ rbac: sslCertPath: /etc/ssl/certs/ca-bundle.crt +cloudProvider: aws +awsRegion: YOUR_AWS_REGION + autoDiscovery: clusterName: YOUR_CLUSTER_NAME enabled: true