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

CKA study material · question 906 of 1000

Which two ways can crictl be told which runtime endpoint to use? Choose two.

  1. The --runtime-endpoint flag
  2. The kubelet's configuration file
  3. The configuration file /etc/crictl.yaml
  4. The CRI_SOCKET entry in kubeadm's ClusterConfiguration
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

Challenge yourself on this topic → Study as cards