- Home
- All questions
- Question 413
CKA study material · question 413 of 1000
How can crictl's endpoint be configured? Choose two.
Show the answer
Answer: D. With the --runtime-endpoint and --image-endpoint flags
B. In /etc/crictl.yaml
The endpoint comes from those flags, from the CONTAINER_RUNTIME_ENDPOINT variables, or from /etc/crictl.yaml.
Source: Debugging Kubernetes nodes with crictl (Kubernetes) — General usage