cncf / curriculum

📚Open Source Curriculum for CNCF Certification Courses
https://www.cncf.io/certification/training/
5.57k stars 1.88k forks source link

Are we allowed to add bookmarks in our chrome to direct yaml in the Tasks section of kubernetes.io? #47

Open nicoclau opened 3 years ago

nicoclau commented 3 years ago

In Tasks we have lot of yamls direct links for example : https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/pods/resource/memory-request-limit.yaml

are we allowed to bookmark this for the exam?

Thanks

guomaoqiu commented 3 years ago

noreply 没看到吗

发自我的iPhone

------------------ Original ------------------ From: nicoclau <notifications@github.com> Date: Fri,Dec 4,2020 5:49 PM To: cncf/curriculum <curriculum@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> Subject: Re: [cncf/curriculum] Are we allowed to add bookmarks in our chrome to direct yaml in the Tasks section of kubernetes.io? (#47)

In Tasks we have lot of yamls direct links for example : https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/pods/resource/memory-request-limit.yaml

are we allowed to bookmark this for the exam?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

nicoclau commented 3 years ago

Any help?

unacceptable commented 3 years ago

@nicoclau when I took the CKA (1.18) I only needed what's on kubernetes.io/docs. They did say I could look at GitHub repos which I thought would prove useful for instances like troubleshooting kublet, but honestly, I had no need to look through any code. The exam is a lot easier than you probably think it is.

For the specific example that you provided here are some corresponding docs from a corresponding search: https://kubernetes.io/search/?q=memory%20request%20limit second link: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/ (I didn't bother looking at the first for this search because the search results seemed iffy, but the first result was actually better)

...or if I was going to search for this: https://kubernetes.io/search/?q=resource%20limit%20pod https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ (first link here is the first link from before)

I get where the question is coming from, but if you start to do a bunch of stuff that's hard for the proctors to follow, they might think you're being academically dishonest. IMHO - best not to chance it. I reckon it's best to not be too much of an individual during this and just pass the exam the way they want you to.

You could always ask your proctor at the start of the exam. This is one of the few things that might be different on a per proctor basis.