From 82c26c2f1944d97ccb9cea1cc1ad9000fb07752f Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 8 Apr 2019 06:39:07 -0500 Subject: [PATCH] Oops (thanks @rdegez for catching that one) --- slides/k8s/dmuc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/dmuc.md b/slides/k8s/dmuc.md index f16e9b4a..f5452032 100644 --- a/slides/k8s/dmuc.md +++ b/slides/k8s/dmuc.md @@ -794,7 +794,7 @@ class: extra-details This is a `DNAT` rule to rewrite the destination address of the connection to our pod. -This is how kube-router works! +This is how kube-proxy works! ---