From 3d7ed3a3f78e9c0cd0682c16d80ff5470afe3ce2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 3 Jun 2018 05:10:48 -0500 Subject: [PATCH] Clarify how to stop kubectl proxy --- slides/kube/kubectlproxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/kubectlproxy.md b/slides/kube/kubectlproxy.md index 76529a94..bc1f9cdf 100644 --- a/slides/kube/kubectlproxy.md +++ b/slides/kube/kubectlproxy.md @@ -111,7 +111,7 @@ You should see the banner of the hasher service: `HASHER running on ...` .exercise[ -- Stop the `kubectl proxy` +- Stop the `kubectl proxy` process with Ctrl-C ]