Verifying Upgrade

Upgrade should ensure all pods under NEF namespace are updated based on the helm upgrade setting.

Execute below command:

kubectl get pod -n nefsvc

Verify the following from the output of the above command:

  • All pods under NEF namespace should either be in Running status or in Completed status. If any pod with error status found, check pod's log to view the reason for error.

  • For updated service per helm upgrade setting, check its RESTART output and AGE output. If the service is updated, then the restart value should be 0 and age value should be few seconds which would imply that the old pod was deleted and a new pod is brought up.