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
This commit is contained in:
davide
2025-04-13 13:40:48 +02:00
parent eb793885c4
commit 03e91dfc72

View File

@@ -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": [
{