Configuring after upgrade
To enable disaster recovery
Perform the following tasks after upgrading the primary site:
- If you have enabled disaster recovery, you will be prompted to re-enable it.
Type y to enable disaster recovery.
Wait for the first backup to be complete.
To change the namespace pod security admission to restricted
After the upgrade, the namespace pod security admission must be changed to restricted.
To change the cluster-level pod security admission, run the following command:
pod-security.kubernetes.io/enforce=restricted \
pod-security.kubernetes.io/enforce-version=latest \
pod-security.kubernetes.io/warn=restricted \
pod-security.kubernetes.io/warn-version=latest \
pod-security.kubernetes.io/audit=restricted \
pod-security.kubernetes.io/audit-version=latest
Replace <namespace> with the namespace where you deployed BMC Helix IT Operations Management.
To remove the ES MinIO
An ES MinIO is created to save the OpenSearch 1.x data before upgrading to OpenSearch 2.x. For more information, see Backing-up-the-OpenSearch-1-x-data
Perform the following tasks to remove the ES MinIO and other resources used during the OpenSearch upgrade:
- Go to helix-on-prem-deployment-manager/utilities/migration/opesearch.
Run the following script to delete the backed ES MinIO data:
./es-opensearch-migration.sh cleanup- You will be prompted to confirm if you want to delete the PVC used for the OpenSearch migration.
Type y.
The PVC gets deleted.
You will get a confirmation message after the MinIO data is cleaned up. To verify that a MinIO is deleted, run the following command:
kubectl -n <ITOM namespace> get pod | grep minio
Note that the es-minio is deleted, and all the resources used for the OpenSearch upgrade were released.
(Optional) To switch to enterprise F5 NGINX Plus Ingress Controller
Starting with BMC Helix IT Operations Management (BMC Helix ITOM) version 24.3, we support the enterprise edition of the F5 NGINX Plus Ingress Controller.
You can use either the enterprise edition of the F5 NGINX Plus Ingress Controller or the open-source version.
To switch to the enterprise edition of F5 NGINX Plus Ingress Controller, see Switching-to-enterprise-F5-NGINX-Plus-Ingress-Controller.
To learn more about the F5 NGINX Plus Ingress Controller, see NGINX Ingress Controller.