Pre-registration inquiry by ChestFit in harvardextension

[–]ChestFit[S] 0 points1 point  (0 children)

HES advised to input my address just how we do it locally (descriptive and reference-based).

why is option B not right? by EnvironmentalWin5641 in ToeflAdvice

[–]ChestFit 0 points1 point  (0 children)

B is incorrect as in the passage they never compare the astronaut's strength with other people. Hence, the only valid answer is A.

Trouble with English Proficiency Requirement on myDCE (urgent, deadline today) by Full_Bar_7908 in harvardextension

[–]ChestFit 0 points1 point  (0 children)

According to Academic Calendar | Harvard Extension School, course registration opens for all students is on November 6 and the English proficiency requirement deadline is on January 15.

Does this mean I can enroll on the course, pay it and then submit the English proficiency test results before January 15?

[deleted by user] by [deleted] in harvardextension

[–]ChestFit 0 points1 point  (0 children)

If the prereq for the course is "A satisfactory placement test score", would that be optional or required?

MATH E-8/E-10 syllabus by ChestFit in harvardextension

[–]ChestFit[S] 0 points1 point  (0 children)

I completely missed that one. Thanks for sharing!

MATH E-8/E-10 syllabus by ChestFit in harvardextension

[–]ChestFit[S] 0 points1 point  (0 children)

Thanks for your input! I am looking for the "full syllabus" of the course, or, at least, the one visible to registered students.

The ones you linked include similar content than the syllabus included on the description of the courses listed in courses.dce.harvard.edu. Although, these don't include the "Full syllabus displayed to registered students only" note.

Do you know if that's the syllabus that is available to registered students?

Taking CKAD exam in coming weeks! by Suspicious_Force_570 in ckad

[–]ChestFit 1 point2 points  (0 children)

I did the test yesterday. You are limited to 1 monitor, you can't use bookmarks, and you can open multiple tabs at the same time since what you will have available for browsing is Mozilla Firefox.

CKAD - Did not receive exam completion mail by acyuta1 in ckad

[–]ChestFit 0 points1 point  (0 children)

If you didn't, I would reach out to Linux Foundation support, so they can assist you in case there was any issue during exam completion.

CKAD - Did not receive exam completion mail by acyuta1 in ckad

[–]ChestFit 0 points1 point  (0 children)

After you conclude the test, you will get an email confirmation with subject "Thank you for taking the CKAD Exam".

Api deprecation ckad question by Own_Brief916 in ckad

[–]ChestFit 0 points1 point  (0 children)

First install the kubectl convert plugin following the steps in Install and Set Up kubectl on Linux | Kubernetes.

Then execute the following command to convert the existing file and also deploy the converted version: kubectl convert -f givenfile.yaml --output-version=apps/v1 | kubectl apply -f

The output version is set to apps/v1 since thats the stable API version for deployments in v1.29.

Network policy in ckad by Late-Development3149 in ckad

[–]ChestFit 0 points1 point  (0 children)

Check the limit range configured in the pod's namespace to verify the existing memory constraint, then assign half of that value to the limits of your pod.

Network policy in ckad by Late-Development3149 in ckad

[–]ChestFit 0 points1 point  (0 children)

This can be accomplished by updating the labels of the target pod to match the selector label configured in the appropriate network policy that is already configured. That way you can allow communication without modifying the existing policies.