Fix typo in kubeadm documentation: Corrected `kubectl init` to `kubeadm init`

This commit is contained in:
HARUKI UEJIMA 2025-03-10 22:06:06 +09:00
parent 03369ba540
commit 7ee9a50b37
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ as root:
kubeadm join <control-plane-host>:<control-plane-port> --token <token> --discovery-token-ca-cert-hash sha256:<hash>
```
kubectlをroot以外のユーザーでも実行できるようにするには、次のコマンドを実行します。これらのコマンドは、`kubectl init`の出力の中にも書かれています。
kubectlをroot以外のユーザーでも実行できるようにするには、次のコマンドを実行します。これらのコマンドは、`kubeadm init`の出力の中にも書かれています。
```bash
mkdir -p $HOME/.kube