Skip to content

Commit 1068ae8

Browse files
authored
Merge pull request #50058 from harukin721/typo-docs
Fix typo in kubeadm documentation: Corrected `kubectl init` to `kubeadm init`
2 parents c35985f + 7ee9a50 commit 1068ae8

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)