mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-07-12 09:09:25 +00:00
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
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user