Perform Post Upgrade Health Checks
The health check procedure is as follows:
Run command below and verify all the pods in namespace
occne-infra are in running status. All the pods from the list
should have status as Running and READY value set to 1/1.
kubectl get pods -n occne-infra
Sample output:
NAME READY STATUS RESTARTS AGE
occne-elastic-elasticsearch-data-0 1/1 Running 0 2d1h
All the pods from the list should have status as Running and READY value set to 1/1