Skip to content

Commit e60c1fb

Browse files
authored
update stern link and make linux downloads more generic (#304)
1 parent 5fd7bec commit e60c1fb

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

documentation/modules/setup/pages/setup.adoc

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ endif::[]
2929

3030
The following CLI tools are required for running the exercises in this tutorial. Please have them installed and configured before you get started with any of the tutorial chapters.
3131

32+
TIP: You can also use https://podman-desktop.io/[Podman] instead of Docker. The advantage of Podman is that it is 100% Free Open Source and does not need to run with elevated privileges. Just use 'podman' instead of 'docker' throughout the tutorial's instructions, or `alias docker=podman`.
33+
3234
[cols="4*^,4*.",options="header,+attributes"]
3335
|===
34-
|**Tool**|**macOS**|**Fedora**|**windows**
36+
|**Tool**|**macOS**|**Linux**|**windows**
3537

3638
| Git
3739
| https://git-scm.com/download/mac[Download]
@@ -40,7 +42,7 @@ The following CLI tools are required for running the exercises in this tutorial.
4042

4143
| `Docker`
4244
| https://docs.docker.com/docker-for-mac/install[Docker for Mac]
43-
| `dnf install docker`
45+
| https://docs.docker.com/desktop/install/linux-install/[Docker for Linux]
4446
| https://docs.docker.com/docker-for-windows/install[Docker for Windows]
4547

4648
| `kubectl {kubernetes-version}`
@@ -50,17 +52,17 @@ The following CLI tools are required for running the exercises in this tutorial.
5052

5153
| https://github.com/wercker/stern[stern]
5254
| `brew install stern`
53-
| https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64[Download]
54-
| https://github.com/wercker/stern/releases/download/1.11.0/stern_windows_amd64.exe[Download]
55+
| https://github.com/stern/stern/releases/download/v1.22.0/stern_1.22.0_linux_amd64.tar.gz[Download]
56+
| https://github.com/stern/stern/releases/download/v1.22.0/stern_1.22.0_windows_amd64.tar.gz[Download]
5557

5658
| https://github.com/mikefarah/yq[yq v2.4.1]
57-
| https://github.com/mikefarah/yq/releases/download/2.4.1/yq_darwin_amd64[Download]
58-
| https://github.com/mikefarah/yq/releases/download/2.4.1/yq_linux_amd64[Download]
59-
| https://github.com/mikefarah/yq/releases/download/2.4.1/yq_windows_amd64.exe[Download]
59+
| https://github.com/mikefarah/yq/releases/download/v4.31.2/yq_darwin_amd64[Download]
60+
| https://github.com/mikefarah/yq/releases/download/v4.31.2/yq_linux_amd64[Download]
61+
| https://github.com/mikefarah/yq/releases/download/v4.31.2/yq_windows_amd64.exe[Download]
6062

6163
| https://httpie.org/[httpie]
6264
| `brew install httpie`
63-
| `dnf install httpie`
65+
| https://httpie.io/docs/cli/linux[httpie for Linux]
6466
| https://httpie.org/doc#windows-etc
6567

6668
| https://github.com/rakyll/hey[hey]
@@ -70,7 +72,7 @@ The following CLI tools are required for running the exercises in this tutorial.
7072

7173
| watch
7274
| `brew install watch`
73-
| `dnf install procps-ng`
75+
| `dnf/apt-get/.. install procps-ng`
7476
|
7577

7678
| kubectx and kubens

0 commit comments

Comments
 (0)