...

Upgrading from Kfuse version 1.3.4 or earlier

...

Pre-UpgradePre-Upgrade

  • Note: Kfuse services will go offline during this process. Kloudfuse storage class configuration has been simplified to keep future releases/features in mind. This requires running the script provided by Kloudfuse team.

  • Kloudfuse alerts organization has changed with the introduction of additional alerts. New version does the organization automatically, however, the older alerts have to be removed. Please follow these instructions before continuing with upgrade. (These steps remove already installed Kloudfuse alerts).

    Code Block
    # Connect to kfuse cluster and login to catalog service pod.
    kubectx <kfuse-cluster-name>
    kubens kfuse
    kubectl exec catalog-service-xxxxx-xxx -it -- bash
    # The following command will remove all alerts installed through the catalog service in folders hawkeye-alerts,kubernetes_alerts and kloudfuse_alerts
    python3 /catalog_service/catalog.py --artifact_type=alerts --remove_installed --list hawkeye-alerts,kubernetes_alerts,kloudfuse_alerts

Post-Upgrade

Upgrading from Kfuse version 1.3.2 or earlier

...