Pega on K8s.. can one use a rolling deployment to activiate hotfixes?
I have a new hotfix, to install on some busy systems. I would like to allow them to work, but it says a bounce is required to activate the fix related to hazecast.
Can I do a helm upgrade deployment (and tweak something) to do a rolling update?
@IvanP276
If you're on K8s, Post the hotfixes installation in the application, You can run the Kubectl rollout restart deployment <deployment-name> command on each deployment (batch and web), and stateful set (stream and search) and it'll be applied without any interruption of Application availability to customer.