From bee751eead783e4076b220ccadfed72da6710388 Mon Sep 17 00:00:00 2001 From: yupeng Date: Fri, 25 Nov 2016 17:34:31 +0800 Subject: [PATCH] fix the mistake type Signed-off-by: yupeng --- docs/design/aws_under_the_hood.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/aws_under_the_hood.md b/docs/design/aws_under_the_hood.md index 2c161df8be3..6e3c5afbcc5 100644 --- a/docs/design/aws_under_the_hood.md +++ b/docs/design/aws_under_the_hood.md @@ -198,7 +198,7 @@ Within the AWS cloud provider logic, we filter requests to the AWS APIs to match resources with our cluster tag. By filtering the requests, we ensure that we see only our own AWS objects. -** Important: ** If you choose not to use kube-up, you must pick a unique +**Important:** If you choose not to use kube-up, you must pick a unique cluster-id value, and ensure that all AWS resources have a tag with `Name=KubernetesCluster,Value=`.