Oracle® Communications Network Exposure Function (NEF) Cloud Native Installation and Upgrade Guide Release 1.0 F16986-01 |
|
![]() Previous |
![]() Next |
Upgrade should ensure all pods under NEF namespace are updated based on the helm upgrade setting.
Execute below command:
kubectl get pod -n <NEF-Namespace>
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 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.