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')"
Toby Jaroslaw:
thank you so much!