From 7d3ac5487845bb9e554ca08c18b52742d6b44515 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 6 Apr 2018 09:50:06 +0800 Subject: [PATCH] Typo fix DONT->DON'T Typo fix DONT->DON'T --- docs/examples/kops-test-route53-subdomain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/kops-test-route53-subdomain.md b/docs/examples/kops-test-route53-subdomain.md index c9744dd094..e2664b99f7 100644 --- a/docs/examples/kops-test-route53-subdomain.md +++ b/docs/examples/kops-test-route53-subdomain.md @@ -283,7 +283,7 @@ A few things to note here: - For true HA at the master level, we need to pick a region with at least 3 availability zones. For this practical exercise, we are using "us-east-1" AWS region which contains 5 availability zones (az's for short): us-east-1a, us-east-1b, us-east-1c, us-east-1d and us-east-1e. - The "--master-zones=us-east-1a,us-east-1b,us-east-1c" KOPS argument will actually enforce that we want 3 masters here. "--node-count=2" only applies to the worker nodes (not the masters). - We are including the arguments "--node-size" and "master-size" to specify the "instance types" for both our masters and worker nodes. -- Because we are just doing a simple LAB, we are using "t2.micro" machines. Please DONT USE t2.micro on real production systems. Start with "t2.medium" as a minimum realistic/workable machine type. +- Because we are just doing a simple LAB, we are using "t2.micro" machines. Please DON'T USE t2.micro on real production systems. Start with "t2.medium" as a minimum realistic/workable machine type. With those points clarified, let's deploy our cluster: