From 9b302b4da2c9976d0b7955fc9afe065d1ab45173 Mon Sep 17 00:00:00 2001 From: PranitRout07 <102309095+PranitRout07@users.noreply.github.com> Date: Fri, 29 Sep 2023 07:19:35 +0530 Subject: [PATCH] Ensure all letters in kind are in lowercase I have found the word 'kind' is written like 'KinD'.So i have changed all the letters in 'KinD' to lowercase. --- content/en/docs/tutorials/security/cluster-level-pss.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/security/cluster-level-pss.md b/content/en/docs/tutorials/security/cluster-level-pss.md index 316fe47798..bbeb186a23 100644 --- a/content/en/docs/tutorials/security/cluster-level-pss.md +++ b/content/en/docs/tutorials/security/cluster-level-pss.md @@ -25,7 +25,7 @@ check the documentation for that version. Install the following on your workstation: -- [KinD](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) +- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) - [kubectl](/docs/tasks/tools/) This tutorial demonstrates what you can configure for a Kubernetes cluster that you fully @@ -252,7 +252,7 @@ following: ``` {{}} - If you use Docker Desktop with KinD on macOS, you can + If you use Docker Desktop with *kind* on macOS, you can add `/tmp` as a Shared Directory under the menu item **Preferences > Resources > File Sharing**. {{}}