4 UDM Upgrade Procedure
Upgrading an existing UDM deployment, replaces the running containers and pods with new ones. If there is no change in the pod configuration, an existing deployment is not replaced. Unless there is a change in the service configuration of a micro service, the service endpoints remain unchanged (NodePort etc).
To upgrade UDM, perform the steps given below from a server that has
access to Kubectl and helm commands.
Table 4-1 UDM Upgrade Procedure
Step No.# | Procedure | Description |
---|---|---|
1 | Uprgade UDM |
Execute the following command to upgrade UDM: $ helm
upgrade <release> <helm chart> [--version <OCUDM version>] -f
<ocudm_customized_values.yaml>
<release> can be found in the output of 'helm list' command <chart> is the name of the chart in the form of <repository/ocudm> e.g. reg-1/ocudm or cne-repo/ocudm |
2 | In case of issues, rollback |
Check the history of helm deployment: helm
history <helm_release>
Rollback to the required revision: helm
rollback <release name> <revision number>
|