From 4bb6a49ee02318a9196058e2d8cabae8442c3f94 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 15 Sep 2018 10:45:37 -0500 Subject: [PATCH] Typo fix (thanks @sload) --- 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`)