Upgrade crio.conf to version v1.13.0
parent
bfed2948c1
commit
1d8b7d6032
|
@ -173,8 +173,16 @@ default_capabilities = [
|
|||
default_sysctls = [
|
||||
]
|
||||
|
||||
# Path to the OCI hooks directory for automatically executed hooks.
|
||||
hooks_dir_path = "/usr/share/containers/oci/hooks.d"
|
||||
# List of additional devices. specified as
|
||||
# "<device-on-host>:<device-on-container>:<permissions>", for example: "--device=/dev/sdc:/dev/xvdc:rwm".
|
||||
#If it is empty or commented out, only the devices
|
||||
# defined in the container json file by the user/kube will be added.
|
||||
additional_devices = [
|
||||
]
|
||||
|
||||
# Path to OCI hooks directories for automatically executed hooks.
|
||||
hooks_dir = [
|
||||
]
|
||||
|
||||
# List of default mounts for each container. **Deprecated:** this option will
|
||||
# be removed in future versions in favor of default_mounts_file.
|
||||
|
|
|
@ -173,8 +173,16 @@ default_capabilities = [
|
|||
default_sysctls = [
|
||||
]
|
||||
|
||||
# Path to the OCI hooks directory for automatically executed hooks.
|
||||
hooks_dir_path = "/usr/share/containers/oci/hooks.d"
|
||||
# List of additional devices. specified as
|
||||
# "<device-on-host>:<device-on-container>:<permissions>", for example: "--device=/dev/sdc:/dev/xvdc:rwm".
|
||||
#If it is empty or commented out, only the devices
|
||||
# defined in the container json file by the user/kube will be added.
|
||||
additional_devices = [
|
||||
]
|
||||
|
||||
# Path to OCI hooks directories for automatically executed hooks.
|
||||
hooks_dir = [
|
||||
]
|
||||
|
||||
# List of default mounts for each container. **Deprecated:** this option will
|
||||
# be removed in future versions in favor of default_mounts_file.
|
||||
|
|
Loading…
Reference in New Issue