Study. uk . com
  1. Home
  2. All questions
  3. Question 413

CKA study material · question 413 of 1000

How can crictl's endpoint be configured? Choose two.

  1. Through the KUBECONFIG variable
  2. In /etc/crictl.yaml
  3. In the kubelet's config.yaml
  4. With the --runtime-endpoint and --image-endpoint flags
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

Challenge yourself on this topic → Study as cards