SataQiu / istio-official-translation-tasks

1 stars 0 forks source link

/docs/examples/microservices-istio/setup-local-computer/index.md #811

Open SataQiu opened 4 years ago

SataQiu commented 4 years ago

Source File: /docs/examples/microservices-istio/setup-local-computer/index.md Diff:

 diff --git a/content/en/docs/examples/microservices-istio/setup-local-computer/index.md b/content/en/docs/examples/microservices-istio/setup-local-computer/index.md
index a4ad2de44..c9330a1b1 100644
--- a/content/en/docs/examples/microservices-istio/setup-local-computer/index.md
+++ b/content/en/docs/examples/microservices-istio/setup-local-computer/index.md
@@ -8,6 +8,14 @@ weight: 3

 In this module you prepare your local computer for the tutorial.

+1.  On your local computer, create an environment variable to store the name
+    of the namespace used when you run the tutorial commands.
+    You can use any name, for example `tutorial`.
+
+    {{< text bash >}}
+    $ export NAMESPACE=tutorial
+    {{< /text >}}
+
 1.  On your local computer, locate the `${NAMESPACE}-user-config.yaml` file you
     created earlier in the tutorial, where `${NAMESPACE}` is the name of your
     namespace. For example `tutorial-user-config.yaml`.