mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
runtime: Remove config warnings
Remove configuration file shared_fs = none warnings now that there is a solution to updating configMaps, secrets etc Fixes: #7210 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
afe1a6ac5a
commit
8815ed0665
@ -132,10 +132,6 @@ default_maxmemory = @DEFMAXMEMSZ@
|
|||||||
# - virtio-fs (default)
|
# - virtio-fs (default)
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none
|
||||||
# WARNING: "none" should be carefully used, and only used in very few specific cases, as
|
|
||||||
# any update to the mount will *NOT* be reflected during the lifecycle of the pod, causing
|
|
||||||
# issues with rotation of secrets, certs, or configurations via kubernetes objects like
|
|
||||||
# configMaps or secrets, as those will be copied into the guest at *pod* *creation* *time*.
|
|
||||||
shared_fs = "@DEFSHAREDFS_CLH_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_CLH_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
@ -179,10 +179,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
|||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none
|
||||||
# WARNING: "none" should be carefully used, and only used in very few specific cases, as
|
|
||||||
# any update to the mount will *NOT* be reflected during the lifecycle of the pod, causing
|
|
||||||
# issues with rotation of secrets, certs, or configurations via kubernetes objects like
|
|
||||||
# configMaps or secrets, as those will be copied into the guest at *pod* *creation* *time*.
|
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
@ -165,10 +165,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
|||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none
|
||||||
# WARNING: "none" should be carefully used, and only used in very few specific cases, as
|
|
||||||
# any update to the mount will *NOT* be reflected during the lifecycle of the pod, causing
|
|
||||||
# issues with rotation of secrets, certs, or configurations via kubernetes objects like
|
|
||||||
# configMaps or secrets, as those will be copied into the guest at *pod* *creation* *time*.
|
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_SEV_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_SEV_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
@ -177,10 +177,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
|||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none
|
||||||
# WARNING: "none" should be carefully used, and only used in very few specific cases, as
|
|
||||||
# any update to the mount will *NOT* be reflected during the lifecycle of the pod, causing
|
|
||||||
# issues with rotation of secrets, certs, or configurations via kubernetes objects like
|
|
||||||
# configMaps or secrets, as those will be copied into the guest at *pod* *creation* *time*.
|
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_SNP_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_SNP_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
@ -173,10 +173,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
|||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none
|
||||||
# WARNING: "none" should be carefully used, and only used in very few specific cases, as
|
|
||||||
# any update to the mount will *NOT* be reflected during the lifecycle of the pod, causing
|
|
||||||
# issues with rotation of secrets, certs, or configurations via kubernetes objects like
|
|
||||||
# configMaps or secrets, as those will be copied into the guest at *pod* *creation* *time*.
|
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_TDX_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_TDX_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
@ -179,10 +179,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
|||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none
|
||||||
# WARNING: "none" should be carefully used, and only used in very few specific cases, as
|
|
||||||
# any update to the mount will *NOT* be reflected during the lifecycle of the pod, causing
|
|
||||||
# issues with rotation of secrets, certs, or configurations via kubernetes objects like
|
|
||||||
# configMaps or secrets, as those will be copied into the guest at *pod* *creation* *time*.
|
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
Loading…
Reference in New Issue
Block a user