diff --git a/docs/content/en/docs/getting-started/install-k8s.md b/docs/content/en/docs/getting-started/install-k8s.md index c751316de3b..0a9a6a5368b 100644 --- a/docs/content/en/docs/getting-started/install-k8s.md +++ b/docs/content/en/docs/getting-started/install-k8s.md @@ -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 < kind-config.yaml