Hi all, a question regarding installing Weave Net. I can only find the below pag . . .

sam djafari:
hi all, a question regarding installing Weave Net. I can only find the below page regarding installing network plugins however there is no command for installing it in this page and since we should not visit other websites than kubernetes docs, I am wondering where do you visit to get the command .
> https://kubernetes.io/docs/concepts/cluster-administration/networking/#how-to-implement-the-kubernetes-networking-model

Phani M:
Hi @sam djafari use this link to install Weave -

kubectl apply -f "<https://cloud.weave.works/k8s/net?k8s-version=$(kubectl> version | base64 | tr -d '\n')"

You may consider bookmark this (kubernetes allowed) for the above command - https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/