Upgrade should ensure all pods under BSF namespace are updated based on
the helm upgrade setting.
Execute below command:
kubectl get pod -n <BSF-Namespace>
Verify the following from the output of the above command:
- All pods under BSF namespace
should either be in
Running status or in
Completed
status. If any pod with error except for kong-migration pod status
found, check pod log to view the reason for error.
- For updated service per helm
upgrade setting, check its RESTART output and AGE output, if specific had been
updated then the old pod should be killed and a new pod should start up. Hence,
related RESTART value should be 0 and AGE value should be 3-4 seconds.
- API gateway service and CM
service should support MetalLB setting.