From 96230bd28fef175a61acef1cb0ed2b2fd43b601e Mon Sep 17 00:00:00 2001 From: Matthew Fornaciari <13540+mattforni@users.noreply.github.com> Date: Mon, 8 Nov 2021 09:33:46 -0700 Subject: [PATCH] Adding an `e` to the output of listing firewall-rules --- docs/03-compute-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index a5402bb..15b68a5 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -65,7 +65,7 @@ gcloud compute firewall-rules list --filter="network:kubernetes-the-hard-way" ``` NAME NETWORK DIRECTION PRIORITY ALLOW DENY DISABLED kubernetes-the-hard-way-allow-external kubernetes-the-hard-way INGRESS 1000 tcp:22,tcp:6443,icmp False -kubernetes-the-hard-way-allow-internal kubernetes-the-hard-way INGRESS 1000 tcp,udp,icmp Fals +kubernetes-the-hard-way-allow-internal kubernetes-the-hard-way INGRESS 1000 tcp,udp,icmp False ``` ### Kubernetes Public IP Address