Newer documentation is now live.You are currently reading an older version.

Tungsten Fabric image precaching

By default, MOSK deploys image precaching DaemonSets to minimize possible downtime when updating container images. You can disable creation of these DaemonSets by setting the imagePreCaching parameter in the TFOperator custom resource to false:

spec:
  features:
    imagePreCaching: false
spec:
  settings:
    imagePreCaching: false