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 .
Uninstall the EFK deployment
Starting from 25.1 release, BMC Helix IT Operations Management supports external EFK integration and the log streaming from internal EFK and from the log shipper binary are disabled. To remove the EFK deployed in the internal namespace, perform the following steps:
- Export logs from Kibana UI to csv for reference. See Viewing logs on Kibana.
Remove EFK using below commands by replacing the namespace.
helm delete -n <namespace> efk-elasticsearch efk-fluent-bit
kubectl -n <namespace> delete pvc data-efk-elasticsearch-data-0 data-efk-elasticsearch-data-1 data-efk-elasticsearch-master-0 data-efk-elasticsearch-master-1
(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.