diff --git a/src/runtime/config/configuration-clh.toml.in b/src/runtime/config/configuration-clh.toml.in index fd906ff0a0..b9eb0d8d88 100644 --- a/src/runtime/config/configuration-clh.toml.in +++ b/src/runtime/config/configuration-clh.toml.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. diff --git a/src/runtime/config/configuration-qemu-nvidia-gpu.toml.in b/src/runtime/config/configuration-qemu-nvidia-gpu.toml.in index 4861cb1ed6..79adfff8a8 100644 --- a/src/runtime/config/configuration-qemu-nvidia-gpu.toml.in +++ b/src/runtime/config/configuration-qemu-nvidia-gpu.toml.in @@ -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. diff --git a/src/runtime/config/configuration-qemu-sev.toml.in b/src/runtime/config/configuration-qemu-sev.toml.in index 413ae1950e..56da05d203 100644 --- a/src/runtime/config/configuration-qemu-sev.toml.in +++ b/src/runtime/config/configuration-qemu-sev.toml.in @@ -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. diff --git a/src/runtime/config/configuration-qemu-snp.toml.in b/src/runtime/config/configuration-qemu-snp.toml.in index 54551cba52..290624e89f 100644 --- a/src/runtime/config/configuration-qemu-snp.toml.in +++ b/src/runtime/config/configuration-qemu-snp.toml.in @@ -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. diff --git a/src/runtime/config/configuration-qemu-tdx.toml.in b/src/runtime/config/configuration-qemu-tdx.toml.in index fcf1dbe3d2..ab0b57a21e 100644 --- a/src/runtime/config/configuration-qemu-tdx.toml.in +++ b/src/runtime/config/configuration-qemu-tdx.toml.in @@ -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. diff --git a/src/runtime/config/configuration-qemu.toml.in b/src/runtime/config/configuration-qemu.toml.in index fc38a0866e..9ca517d7c4 100644 --- a/src/runtime/config/configuration-qemu.toml.in +++ b/src/runtime/config/configuration-qemu.toml.in @@ -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.