crictl config --help
Jump to navigation
Jump to search
crictl config --help
NAME: crictl config - Get and set crictl client configuration options USAGE: crictl config [command options] [<crictl options>] EXAMPLE: crictl config --set debug=true CRICTL OPTIONS: runtime-endpoint: Container runtime endpoint image-endpoint: Image endpoint timeout: Timeout of connecting to server (default: 2s) debug: Enable debug output (default: false) pull-image-on-create: Enable pulling image on create requests (default: false) disable-pull-on-run: Disable pulling image on run requests (default: false) OPTIONS: --get value show the option value --set value set option (can specify multiple or separate values with commas: opt1=val1,opt2=val2) (accepts multiple inputs) --help, -h show help (default: false)
See also[edit]
crictl [ logs | ps | pods | exec | config | images ], /etc/crictl.yaml, crictl --help
, Kubelet Container Runtime Interface (CRI)
Advertising: