You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added to mirrord config a new experimental field .experimental.readonly_file_buffer. If set to a value greater than 0,
mirrord will fetch remote readonly files in chunks of at least this size (in bytes).
This is to improve performance with applications that make many small reads
from remote files. #2069
Added mirrord container-ext command that should be used by extension and
works similarly to mirrord ext but for containers.
Added runAsNonRoot and RO file system to operator deployment
Added custom resource definition for cluster-wide mirrord policy - MirrordClusterPolicy.
Added mapping option for env vars config, allowing the user to map multiple env
vars to another value based on regexes. #2920