Skip to content

Commit

Permalink
docs: gsg: distinguish linux-specific kind setup
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Nov 16, 2023
1 parent fa76fc7 commit cf5da37
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/en/docs/getting-started/install-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ eksctl create cluster --name "${NAME}"
{{% /tab %}}
{{% tab Kind %}}

Tetragon's correct operation depends on access to the host /proc filesystem. The following steps configure kind and Tetragon accordingly.
```shell-session
kind create cluster
```
{{% /tab %}}

{{% tab Kind (running on Linux) %}}

Tetragon's correct operation depends on access to the host /proc filesystem. The following steps
configure kind and Tetragon accordingly when using a Linux system.

```shell-session
cat <<EOF > kind-config.yaml
Expand Down

0 comments on commit cf5da37

Please sign in to comment.