Versions Compared

Key

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

...

Code Block
kubectl delete deployments.apps catalog-service rulemanager advance-functions-service

Post-Upgrade

Since we moved hydration-service (HS) from a deployment to statefulset, post upgrade we need to manually delete the pod associated with it.

Since it is a deployment, HS pod will be running with a custom pod name (kubectl get pods | grep hydration-service) will fetch that.

Code Block
k delete pod hydration-service-<tag>

Upgrading to Kfuse version from 2.7.3 to 2.7.4

...