CKAD Mock Exam 2 Incorrect Test Answer in Question: 13?

Hi,
Question 13 in CKAD Mock Exam 2, is really simple -

Update pod ckad06-cap-aecs in the namespace ckad05-securityctx-aecs to run as root user and with the SYS_TIME and NET_ADMIN capabilities.

I added -

securityContext:
  capabilities:
    add: ["SYS_TIME", "NET_ADMIN"]

But since you wrote: “…to run as root user and…”, I also added

  • runAsUser: 0

Why it’s not in the “correct answer”?

Please share your full pod YAML. I just checked it, and it’s working properly on my end.

Hi Raymond
Here’s my screen
I added the - add: [“NET_ADMIN”, “SYS_TIME”], like you did, but also - runAsUser: 0, because you demanded it in the question - “o run as root user …AND with the SYS_TIME and NET_ADMIN capabilities”