Difference between revisions of "/etc/crictl.yaml"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[/etc/]]crictl.yaml | [[/etc/]]crictl.yaml | ||
− | runtime-endpoint: unix:///var/run/containerd/containerd.sock | + | runtime-endpoint: unix://[[/var/run/containerd/]]containerd.sock |
− | image-endpoint: unix:///var/run/containerd/containerd.sock | + | image-endpoint: unix://[[/var/run/containerd/containerd.sock]] |
timeout: 10 | timeout: 10 | ||
debug: true | debug: true | ||
Line 11: | Line 11: | ||
== Related == | == Related == | ||
* <code>[[containerd]]</code> | * <code>[[containerd]]</code> | ||
+ | * <code>[[crictl config]]</code> | ||
== See also == | == See also == | ||
* {{crictl}} | * {{crictl}} | ||
+ | |||
+ | [[Category:Containers]] |
Latest revision as of 15:46, 22 November 2022
/etc/crictl.yaml
runtime-endpoint: unix:///var/run/containerd/containerd.sock image-endpoint: unix:///var/run/containerd/containerd.sock timeout: 10 debug: true
Ref: https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/#general-usage
Related[edit]
See also[edit]
crictl [ logs | ps | pods | exec | config | images ], /etc/crictl.yaml, crictl --help
, Kubelet Container Runtime Interface (CRI)
Advertising: