Skip to main content

Kasten A to Z Day 6 Upgrading Kasten


Geoff Burke
Forum|alt.badge.img+22


UPGRADING KASTEN

 

I was going to talk about exporting local snapshots via location profiles today.
However, when I logged in to my system I saw an alert that a new version of Kasten was released so thought it better to go over upgrading Kasten.

This will be a short post because upgrading Kasten is very simple.

We have an Alert

When a newer version of Kasten becomes available you will notice an alert in the upper right hand corner of the WebUI.
 

Alert!

If you click on the circle it will give you more details about its nature. In this case we a being told about a new version of Kasten.
 

Alert Information

If you click on the "See Kasten Upgrade Docs" button it very conveniently takes you to the instruction page:

Kasten Documentation

In fact you can simply go to "Settings - System Information" in the WebUI and the Cluster information will display that an upgrade is available:

System Information

Further down there is an "Upgrade Status" Section which also contains the Helm commands needed to perform your upgrade:

Upgrade Status


We can use the copy button in the right upper corner of the "Upgrade Steps" section to perform our upgrade:

Copy the commands
Paste into the CLI


After a short delay we should see this message in the CLI:

Helm Output

It will take a few minutes for Kasten to terminate the old pods and create new ones:
 

Pods being terminated and recreated

If would like to follow this process you can use this command:
 

kubectl get po -n kasten-io -w 

This will watch the activities of the pods in the kasten-io namespace:
 

Live Stream of Events

After a short while all the pods should come up running:

All Pods are back up and running

Let's go back to the WebUI and check it out:

Upgrade Complete

That's it we are all done. Stay tuned next week for Location Profiles and Snapshot Exports

Chris.Childerhose
Forum|alt.badge.img+21

Yeah I was expecting your export post but this one is great as upgrading is important as well and nice to see how it works, etc. ðŸ˜Ž


Comment