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.
kubectl init
kubeadm init
1 parent 03369ba commit 7ee9a50Copy full SHA for 7ee9a50
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