Versions Compared

Key

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

...

Post-Upgrade

Code Block
kubectl rollout restart sts pinot-server-offline

kubectl port-forward --namespace kfuse deployments.apps/trace-query-service 8080:8080
curl -X POST http://localhost:8080/v1/trace/query \
  -H "Content-Type: application/json" \
  -d '{
    "query": "query { refreshServicesInApmStore(lookbackDays: 1) }"
  }'
  
kubectl rollout restart sts pinot-server-offline

Upgrading to Kfuse version from 2.7.2 to 2.7.3

...

Now upgrade the stack with the upgrade command

Upgrading from Kfuse version 2.6.7 to 2.7.4

Upgrading to Kfuse version 2.6.7

...