You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/01-setup.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ The following CLI tools are required for running the exercises in this tutorial.
9
9
[cols="4*^,4*."]
10
10
|===
11
11
|**Tool** |**macOS** |**Fedora** | **Remarks**
12
-
| `minikube`
12
+
| `minikube`
13
13
| https://kubernetes.io/docs/setup/minikube
14
14
| https://kubernetes.io/docs/setup/minikube
15
15
|
16
16
17
-
| `minishift`
17
+
| `minishift`
18
18
| https://github.com/minishift/minishift/releases
19
19
| https://github.com/minishift/minishift/releases
20
20
|
@@ -41,12 +41,12 @@ The following CLI tools are required for running the exercises in this tutorial.
41
41
42
42
| https://github.com/JoeDog/siege[siege]
43
43
| `brew install siege`
44
-
| https://github.com/JoeDog/siege
44
+
| `dnf install siege`
45
45
|
46
46
47
47
| watch
48
-
|`brew install watch`
49
-
| it will be pre-installed
48
+
|`brew install watch`
49
+
| `dnf install procps-ng`
50
50
|
51
51
52
52
| kubectx and kubens
@@ -57,14 +57,14 @@ The following CLI tools are required for running the exercises in this tutorial.
57
57
58
58
[#download-tutorial-sources]
59
59
== Download Tutorial Sources
60
-
Before we start to setting up the environment, lets clone the tutorial sources and call the cloned folder as `$TUTORIAL_HOME`
60
+
Before we start setting up the environment, let's clone the tutorial sources and set the `$TUTORIAL_HOME` environment variable to point to the root directory of the tutorial:
The `work` folder in `$TUTORIAL_HOME` can be used to download the demo application resources and refer them during the exercises. The `work` folder has a README, which has instructions on source code repo and git commands to clone the sources.
67
+
The `work` folder in `$TUTORIAL_HOME` can be used to download the demo application resources and refer to them during the exercises. The `work` folder has a README with instructions on the source code repo and git commands to clone the sources.
0 commit comments