update: install CNI of content/ja/docs/setup/production-environment/tools/kubeadm/high-availability.md

This commit is contained in:
zaki-lknr
2020-07-18 23:31:53 +09:00
parent 2d263bc4b7
commit 25d7ec8ef2
@@ -127,7 +127,10 @@ weight: 60
コマンド出力に記載されているように、証明書キーはクラスターの機密データへのアクセスを提供します。秘密にしてください!
{{< /caution >}}
1. Weave CNIプラグインをapplyします:
1. 使用するCNIプラグインを適用します:
[こちらの手順に従い](/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/#pod-network)CNIプロバイダーをインストールします。 Make sure the configuration corresponds to the Pod CIDR specified in the kubeadm configuration file if applicable.
Weave Netを使用する場合の例:
```sh
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"