From 111068cd07048af610760d1babead06e0d08451c Mon Sep 17 00:00:00 2001 From: Peter Sarossy Date: Mon, 20 Apr 2020 17:35:06 -0400 Subject: [PATCH] typo fix in loadbalancer.md (#82) Thank you sir! --- manuscript/kubernetes/loadbalancer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/kubernetes/loadbalancer.md b/manuscript/kubernetes/loadbalancer.md index 8572424..89269ca 100644 --- a/manuscript/kubernetes/loadbalancer.md +++ b/manuscript/kubernetes/loadbalancer.md @@ -24,7 +24,7 @@ This recipe details a simple design to permit the exposure of as many ports as y ### Create LetsEncrypt certificate !!! warning - Safety first, folks. You wouldn't run a webhook exposed to the big bad ol' internte without first securing it with a valid SSL certificate? Of course not, I didn't think so! + Safety first, folks. You wouldn't run a webhook exposed to the big bad ol' internet without first securing it with a valid SSL certificate? Of course not, I didn't think so! Use whatever method you prefer to generate (and later, renew) your LetsEncrypt cert. The example below uses the CertBot docker image for CloudFlare DNS validation, since that's what I've used elsewhere.