From 2de198c0f72d713b90dba2eb73b7868ab98cd27b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 26 Aug 2017 12:22:27 -0700 Subject: [PATCH] Wording --- docs/01-infrastructure-gcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-infrastructure-gcp.md b/docs/01-infrastructure-gcp.md index 78dd5f4..e255f2b 100644 --- a/docs/01-infrastructure-gcp.md +++ b/docs/01-infrastructure-gcp.md @@ -78,7 +78,7 @@ gcloud compute firewall-rules create allow-internal \ This rule (called `allow-external`) allows traffic on TCP port 22 (SSH), 3389 (unsure why, see [#160](https://github.com/kelseyhightower/kubernetes-the-hard-way/issues/160)) and port 6443 (kubernetes). It also allows ICMP traffic. -`0.0.0.0/0` means "apply to all ranges", hence this rule allows gives access to external traffic from outside the network. +`0.0.0.0/0` means "apply to all ranges", hence this rule allows access to external traffic from outside our network. ``` gcloud compute firewall-rules create allow-external \