disable varrun memory mount by default
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 8.0.9
|
version: 8.0.10
|
||||||
|
|||||||
@@ -591,14 +591,12 @@ persistence:
|
|||||||
# [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
|
# [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
varrun:
|
varrun:
|
||||||
enabled: true
|
enabled: false
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
mountPath: /var/run
|
mountPath: /var/run
|
||||||
|
|
||||||
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
|
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
|
||||||
# of the storage medium that backs the node.
|
# of the storage medium that backs the node.
|
||||||
medium: Memory
|
medium: Memory
|
||||||
|
|
||||||
# -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can
|
# -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can
|
||||||
# specify a size for memory backed volumes.
|
# specify a size for memory backed volumes.
|
||||||
sizeLimit: # 1Gi
|
sizeLimit: # 1Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user