Hi in Mumshads ' training videos and even in Kubernetes documentation, for deplo . . .

Vivekananadan Ramasubbu:
Hi in Mumshads ’ training videos and even in Kubernetes documentation, for deploying Pod networking solution (Weave-net) , the source has to be downloaded from github. Are we allowed to access github during Exam ?

ALGOUTI Oussama:
https://v1-17.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/

Vivekananadan Ramasubbu:
Thank You. Got answer from a different channel. Exam detail page has the “Resources allowed during exam” list

Fernando Jimenez:
@Vivekananadan Ramasubbu
I have selected for you the portion of the official information related to your question.
https://docs.linuxfoundation.org/tc-docs/certification/faq-cka-ckad-cks#cka-and-ckad-exam

No other tabs may be opened and no other sites may be navigated to   (including <https://discuss.kubernetes.io/>). 
The allowed sites above may contain links that point to external sites. It is the responsibility of the candidate not to click on any links that cause them to navigate to a domain that is not allowed.

That’s for the user browser experience. However, there nothing that it is blocking access for installing as long as you do not click away from what it is only allow.
Example:

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

Vivekananadan Ramasubbu:
Thank You

unnivkn:
you can find this command in the below link: 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