diff --git a/deploy/iso/minikube-iso/package/crio-bin/crio.conf b/deploy/iso/minikube-iso/package/crio-bin/crio.conf index 530fe1f9dd..d253da6b33 100644 --- a/deploy/iso/minikube-iso/package/crio-bin/crio.conf +++ b/deploy/iso/minikube-iso/package/crio-bin/crio.conf @@ -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 +# "::", 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. diff --git a/deploy/iso/minikube-iso/package/crio-bin/crio.conf.default b/deploy/iso/minikube-iso/package/crio-bin/crio.conf.default index 10af2ebd46..aae1447e13 100644 --- a/deploy/iso/minikube-iso/package/crio-bin/crio.conf.default +++ b/deploy/iso/minikube-iso/package/crio-bin/crio.conf.default @@ -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 +# "::", 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.