Merge pull request #43250 from PranitRout07/patch-3

Ensure all letters in kind are in lowercase
pull/43338/head
Kubernetes Prow Robot 2023-10-05 14:55:52 +02:00 committed by GitHub
commit 48832a315f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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:
```
{{<note>}}
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**.
{{</note>}}