Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Upgrading to Kfuse version 2.2.3

Pre-Upgrade

  • Update the The default value for pinot zookeeper persistence (PVC) value to is now 32Gi. This is default value for this PVC now

  • If the existing Kfuse installation is using the default value (i.e., custom_values.yaml did not explicitly specify the persistence size for pinot zookeeper), update the pinot zookeeper persistence (PVC) value to 16Gi. Add the following snippet under pinot.zookeeper section:

Code Block
persistence:
  size: 32Gi16Gi

Upgrading from Kfuse version 2.1 or earlier

...