You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete-c crio -n'__fish_crio_no_subcommand'-f-l default-ulimits -r-d'Ulimits to apply to containers by default (name=soft:hard) (default: [])'
50
50
complete-c crio -n'__fish_crio_no_subcommand'-f-l device-ownership-from-security-context -d'Set devices\' uid/gid ownership from runAsUser/runAsGroup'
51
51
complete-c crio -n'__fish_crio_no_subcommand'-f-l drop-infra-ctr -d'Determines whether pods are created without an infra container, when the pod is not using a pod level PID namespace (default: true)'
52
+
complete-c crio -n'__fish_crio_no_subcommand'-f-l enable-criu-support -d'Enable CRIU integration, requires that the criu binary is available in $PATH. (default: \'\')'
52
53
complete-c crio -n'__fish_crio_no_subcommand'-f-l enable-metrics -d'Enable metrics endpoint for the server on localhost:9090'
**--drop-infra-ctr**: Determines whether pods are created without an infra container, when the pod is not using a pod level PID namespace (default: true)
208
209
210
+
**--enable-criu-support**: Enable CRIU integration, requires that the criu binary is available in $PATH. (default: '')
211
+
209
212
**--enable-metrics**: Enable metrics endpoint for the server on localhost:9090
210
213
211
214
**--enable-profile-unix-socket**: Enable pprof profiler on crio unix domain socket
Copy file name to clipboardExpand all lines: docs/crio.conf.5.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,9 @@ the container runtime configuration.
283
283
**device_ownership_from_security_context**=false
284
284
Changes the default behavior of setting container devices uid/gid from CRI's SecurityContext (RunAsUser/RunAsGroup) instead of taking host's uid/gid.
285
285
286
+
**enable_criu_support**=false
287
+
Enable CRIU integration, requires that the criu binary is available in $PATH. (default: false)
288
+
286
289
### CRIO.RUNTIME.RUNTIMES TABLE
287
290
The "crio.runtime.runtimes" table defines a list of OCI compatible runtimes. The runtime to use is picked based on the runtime handler provided by the CRI. If no runtime handler is provided, the runtime will be picked based on the level of trust of the workload.
0 commit comments