Hi Everyone,
Kasten K10 5.5.2 was just released. There are the usual add support for new Kubernetes version: 1.24, 1.25 and Openshift 4.11 but also in the last line of the release notes this interesting tid bit:
“
-
Added support to snapshot/restore the OpenShift Virtualization Virtual Machines that have DataVolumes defined separately i.e., not as part of VirtualMachine resource.”
Since all of this might get people very excited and eager to try it out lets go over again how we do an upgrade of our existing K10 setup.
An alert will be generated in your Dashboard when a new version becomes available, you will see it in the top right hand corner and if you click on it all alerts will be displayed:


The alert points to the K10 Upgrade Docs that will explain what is needed in order to upgrade.
You can also go into settings:

There on the left hand side press Support and in the Cluster Information area you will be shown what version of Kasten you are currently using and what version is available, again with a link to the upgrade instructions:

If we follow that link we get the super easy upgrade commands:

helm repo update && \
helm get values k10 --output yaml --namespace=kasten-io > k10_val.yaml && \
helm upgrade k10 kasten/k10 --namespace=kasten-io -f k10_val.yaml

After a few minutes we are done:

Be patient while all the pods are recreated after which you should now see your instance upgraded:

Now time to test!!