mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +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:
@@ -132,10 +132,6 @@ default_maxmemory = @DEFMAXMEMSZ@
|
||||
# - virtio-fs (default)
|
||||
# - virtio-fs-nydus
|
||||
# - 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@"
|
||||
|
||||
# Path to vhost-user-fs daemon.
|
||||
|
@@ -179,10 +179,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
||||
# - virtio-9p
|
||||
# - virtio-fs-nydus
|
||||
# - 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@"
|
||||
|
||||
# Path to vhost-user-fs daemon.
|
||||
|
@@ -165,10 +165,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
||||
# - virtio-9p
|
||||
# - virtio-fs-nydus
|
||||
# - 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@"
|
||||
|
||||
# Path to vhost-user-fs daemon.
|
||||
|
@@ -177,10 +177,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
||||
# - virtio-9p
|
||||
# - virtio-fs-nydus
|
||||
# - 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@"
|
||||
|
||||
# Path to vhost-user-fs daemon.
|
||||
|
@@ -173,10 +173,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
||||
# - virtio-9p
|
||||
# - virtio-fs-nydus
|
||||
# - 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@"
|
||||
|
||||
# Path to vhost-user-fs daemon.
|
||||
|
@@ -179,10 +179,6 @@ disable_block_device_use = @DEFDISABLEBLOCK@
|
||||
# - virtio-9p
|
||||
# - virtio-fs-nydus
|
||||
# - 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@"
|
||||
|
||||
# Path to vhost-user-fs daemon.
|
||||
|
Reference in New Issue
Block a user