From 27c174e2f510d48ddb1532e8b81f8dc7459d5e4f Mon Sep 17 00:00:00 2001 From: davide Date: Sat, 12 Apr 2025 20:49:47 +0200 Subject: [PATCH 1/2] ref: Reward to clarify requirements The original question did not specify all the evaluated conditions. Now the user is fully informed about the exercise requirements and can proceed with the exam accordingly. Refs: #10 --- facilitator/assets/exams/cka/001/assessment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilitator/assets/exams/cka/001/assessment.json b/facilitator/assets/exams/cka/001/assessment.json index f8ef9a7..f328acd 100644 --- a/facilitator/assets/exams/cka/001/assessment.json +++ b/facilitator/assets/exams/cka/001/assessment.json @@ -34,7 +34,7 @@ "id": "2", "namespace": "default", "machineHostname": "ckad9999", - "question": "Create a static pod named `static-web` on `ckad9999` using the `nginx:1.19` image.\n\nPlace the static pod manifest file at `/etc/kubernetes/manifests/static-web.yaml`.", + "question": "Create a static pod named `static-web` on `ckad9999` using the `nginx:1.19` image.\nThe pod should expose port 80.\n\nPlace the static pod manifest file at `/etc/kubernetes/manifests/static-web.yaml`.", "concepts": ["static pods", "node configuration"], "verification": [ { From 03e91dfc7234e572e479c779263cc5b14ca127f5 Mon Sep 17 00:00:00 2001 From: davide Date: Sun, 13 Apr 2025 13:40:48 +0200 Subject: [PATCH 2/2] ref: Make port number copyable As suggested @nishanb, this small enhancement allows users to copy the port number directly, aligning with the expected behavior of the web page. Refs: #10 --- facilitator/assets/exams/cka/001/assessment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilitator/assets/exams/cka/001/assessment.json b/facilitator/assets/exams/cka/001/assessment.json index f328acd..9ee094e 100644 --- a/facilitator/assets/exams/cka/001/assessment.json +++ b/facilitator/assets/exams/cka/001/assessment.json @@ -34,7 +34,7 @@ "id": "2", "namespace": "default", "machineHostname": "ckad9999", - "question": "Create a static pod named `static-web` on `ckad9999` using the `nginx:1.19` image.\nThe pod should expose port 80.\n\nPlace the static pod manifest file at `/etc/kubernetes/manifests/static-web.yaml`.", + "question": "Create a static pod named `static-web` on `ckad9999` using the `nginx:1.19` image.\nThe pod should expose port `80`.\n\nPlace the static pod manifest file at `/etc/kubernetes/manifests/static-web.yaml`.", "concepts": ["static pods", "node configuration"], "verification": [ {