Upgrade crio.conf to version v1.13.0

pull/4207/head
Anders F Björklund 2019-05-04 20:49:41 +02:00
parent bfed2948c1
commit 1d8b7d6032
2 changed files with 20 additions and 4 deletions

View 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.

View 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.