From 732f06729f1749c59965e0d8c3e399da249fc8f7 Mon Sep 17 00:00:00 2001 From: sload Date: Fri, 14 Sep 2018 15:31:03 +0200 Subject: [PATCH] Fix typo MIP => NIP --- slides/k8s/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/ingress.md b/slides/k8s/ingress.md index b7113e42..a1882816 100644 --- a/slides/k8s/ingress.md +++ b/slides/k8s/ingress.md @@ -344,7 +344,7 @@ This is normal: we haven't provided any ingress rule yet. - To make our lives easier, we will use [nip.io](http://nip.io) -- Check out `http://cheddar.A.B.C.D.mip.io` +- Check out `http://cheddar.A.B.C.D.nip.io` (replacing A.B.C.D with the IP address of `node1`)