Upgrading NetBackup operator
Ensure that all the steps mentioned in the following section are performed before performing the upgrade of NetBackup operator:
Preparing for NetBackup upgrade
Upgrading the NetBackup operator
- Push the new operator images, NetBackup main image to container registry with different tags.
- Update the new image name and tag in images section in
kustomization.yamlfile in operator folder available in the new package folder. - Update the node selector and tolerations in
operator_patch.yamlfile inoperator/patchesfolder in the new package folder. - To upgrade the operator, apply the new image changes using the following command:
kubectl apply -k <operator folder name>
After applying the changes, new NetBackup operator pod will start in operator namespace and run successfully.