Kubernetes Cluster

Update HyperTest

HyperTest versions can be upgraded UI

Go to your central dashboard

1. Update HyperTest Central Service

  • Go to bottom on left panel, Click on "Update"

  • A new dialog box will appear, click on "Update Service "

2. Update HyperTest for Services

  • Go to Services tab

  • In the updates column, whenever new update is "Available", it will appear here, click on "Available"

  • A new dialog box will appear, click on "UPDATE SERVICE"

3. Update All Services at Once

  • Go to Services tab

  • On the right hand side, click on "UPDATE ALL SERVICES"

Restart HyperTest

1. Using the HyperTest UI

  • Go to Services tab

  • On service column, click on reload icon to restart the service

  • On the right hand side, click on "RESTART ALL SERVICES" to restart all services at once

2. Using kubectl

  • Restart central hypertest service kubectl get pods -n hypertest-ns | grep "ht-central-backend", delete the pod

  • Restart all hypertest services kubectl get pods -n hypertest-ns | grep "ht", delete all pods

Last updated