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:
stevenhorsman 2023-07-17 17:17:56 +01:00
parent afe1a6ac5a
commit 8815ed0665
6 changed files with 0 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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