From 54b0a1499b5d02c0bb9f8c72d96f73636156fb06 Mon Sep 17 00:00:00 2001 From: Joe Searcy <40017920+phenixblue@users.noreply.github.com> Date: Tue, 15 Jan 2019 08:17:48 -0500 Subject: [PATCH] Update content/docs/tasks/security/mtls-migration/index.md (#3089) * Reorganized text for easier readability * Removed trailing whitespace --- content/docs/tasks/security/mtls-migration/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/docs/tasks/security/mtls-migration/index.md b/content/docs/tasks/security/mtls-migration/index.md index efdccd5dd9..1bba8d206e 100644 --- a/content/docs/tasks/security/mtls-migration/index.md +++ b/content/docs/tasks/security/mtls-migration/index.md @@ -30,7 +30,13 @@ down once the migration is done. * Have a Kubernetes cluster with Istio installed, without global mutual TLS enabled (e.g use `install/kubernetes/istio-demo.yaml` as described in [installation steps](/docs/setup/kubernetes/quick-start/#installation-steps), or set `global.mtls.enabled` to false using [Helm](/docs/setup/kubernetes/helm-install/)). -* For demo, create three namespaces `foo`, `bar`, `legacy`, and deploy [httpbin]({{< github_tree >}}/samples/httpbin) and [sleep]({{< github_tree >}}/samples/sleep) with sidecar on both of them. Also, run another sleep app without sidecar (to keep it separate, run it in `legacy` namespace) +* For demo + * Create the following namespaces and deploy [httpbin]({{< github_tree >}}/samples/httpbin) and [sleep]({{< github_tree >}}/samples/sleep) with sidecar on both of them. + * `foo` + * `bar` + + * Create the following namespace and deploy [sleep]({{< github_tree >}}/samples/sleep) without sidecar + * `legacy` {{< text bash >}} $ kubectl create ns foo