From c4aedbd327621d72179f9c6fb9fb559dd7f05910 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 4 Nov 2020 20:19:34 -0800 Subject: [PATCH] Update ingress.md fix typo --- 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 a6738acf..2f4650a1 100644 --- a/slides/k8s/ingress.md +++ b/slides/k8s/ingress.md @@ -586,7 +586,7 @@ class: extra-details - Example 3: canary for shipping physical goods - 1% of orders are shipped with the canary process - - the reamining 99% are shipped with the normal process + - the remaining 99% are shipped with the normal process - We're going to implement example 1 (per-request routing)