On the actual exam, if we are trying to use weave when we install the pod networ . . .

Toby Jaroslaw:
On the actual exam, if we are trying to use weave when we install the pod network, the link in the k8s docs takes you to the weave docs. Are we allowed to copy & paste the kubectl apply command from those docs?

unnivkn:

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

Toby Jaroslaw:
thank you so much!