- Home
- All questions
- Question 906
CKA study material · question 906 of 1000
Which two ways can crictl be told which runtime endpoint to use? Choose two.
Show the answer
Answer: A. The --runtime-endpoint flag
C. The configuration file /etc/crictl.yaml
crictl takes its endpoints from the --runtime-endpoint and --image-endpoint flags, the matching environment variables, or /etc/crictl.yaml — it does not read the kubelet's configuration.
Source: Debugging Kubernetes nodes with crictl (Kubernetes) — General usage