Skip to content

Commit 7ee9a50

Browse files
committed
Fix typo in kubeadm documentation: Corrected kubectl init to kubeadm init
1 parent 03369ba commit 7ee9a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ as root:
170170
kubeadm join <control-plane-host>:<control-plane-port> --token <token> --discovery-token-ca-cert-hash sha256:<hash>
171171
```
172172

173-
kubectlをroot以外のユーザーでも実行できるようにするには、次のコマンドを実行します。これらのコマンドは、`kubectl init`の出力の中にも書かれています。
173+
kubectlをroot以外のユーザーでも実行できるようにするには、次のコマンドを実行します。これらのコマンドは、`kubeadm init`の出力の中にも書かれています。
174174

175175
```bash
176176
mkdir -p $HOME/.kube

0 commit comments

Comments
 (0)