We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c35985f + 7ee9a50 commit 1068ae8Copy full SHA for 1068ae8
content/ja/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
@@ -170,7 +170,7 @@ as root:
170
kubeadm join <control-plane-host>:<control-plane-port> --token <token> --discovery-token-ca-cert-hash sha256:<hash>
171
```
172
173
-kubectlをroot以外のユーザーでも実行できるようにするには、次のコマンドを実行します。これらのコマンドは、`kubectl init`の出力の中にも書かれています。
+kubectlをroot以外のユーザーでも実行できるようにするには、次のコマンドを実行します。これらのコマンドは、`kubeadm init`の出力の中にも書かれています。
174
175
```bash
176
mkdir -p $HOME/.kube
0 commit comments