Difference between revisions of "Crictl config --help"
Jump to navigation
Jump to search
(Created page with "<pre> NAME: crictl config - Get and set crictl client configuration options USAGE: crictl config [command options] [<crictl options>] EXAMPLE: crictl config --set d...") |
|||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
<pre> | <pre> | ||
NAME: | NAME: |
Revision as of 11:53, 26 May 2022
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
crictl [ logs | ps | pods | exec | config | images ], /etc/crictl.yaml, crictl --help
, Kubelet Container Runtime Interface (CRI)
Advertising: