Where to find the network plugin installation in kubernetes documentation?

Biswa Singh:
Where to find the network plugin installation in kubernetes documentation?

unnivkn:
search for this:

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

https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#steps-for-the-first-control-plane-node

Biswa Singh:
Thank you @unnivkn