Skip to content

Commit 9349e05

Browse files
authored
Merge pull request #44174 from Arhell/ja-kind
[ja] Ensure all letters in kind are in lowercase
2 parents 62d6ed6 + c01060d commit 9349e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/tutorials/security/cluster-level-pss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ v{{< skew currentVersion >}}以外のKubernetesバージョンを実行してい
2020

2121
ワークステーションに以下をインストールしてください:
2222

23-
- [KinD](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
23+
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
2424
- [kubectl](/ja/docs/tasks/tools/)
2525

2626
このチュートリアルでは、完全な制御下にあるKubernetesクラスターの何を設定できるかをデモンストレーションします。
@@ -230,7 +230,7 @@ v{{< skew currentVersion >}}以外のKubernetesバージョンを実行してい
230230
```
231231
232232
{{<note>}}
233-
macOSでDocker DesktopとKinDを利用している場合は、**Preferences > Resources > File Sharing**のメニュー項目からShared Directoryとして`/tmp`を追加できます。
233+
macOSでDocker Desktopと*kind*を利用している場合は、**Preferences > Resources > File Sharing**のメニュー項目からShared Directoryとして`/tmp`を追加できます。
234234
{{</note>}}
235235
236236
1. 目的のPodセキュリティの標準を適用するために、Podセキュリティアドミッションを使うクラスターを作成します:

0 commit comments

Comments
 (0)