After Microservices Governance of Microservices Engine (MSE) became available for
commercial use, if you no longer need to use Microservices Governance to manage your
application, we recommend that you disable Microservices Governance for your application
at the earliest opportunity. This helps prevent unexpected impacts on your application.
This topic describes how to disable Microservices Governance.
Disable Microservices Governance for your application
- Log on to the ACK console.
- In the left-side navigation pane, click Clusters. On the Clusters page, click the name of the cluster that you want to manage.
- In the left-side navigation pane of the Cluster Information page, choose .
- On the Deployments page, select a namespace from the Namespace drop-down list in the upper-left corner, find the application for which you want
to disable Microservices Governance, and then click More in the Actions column. In the list that appears, click View in YAML.
- In the Edit YAML dialog box, find annotations in , delete
msePilotAutoEnable: "on"
or change msePilotAutoEnable: "on" to msePilotAutoEnable: "off"
, and then click Update. annotations:
msePilotAutoEnable: "off"
msePilotCreateAppName: "<your-deployment-name>"
Uninstall the Microservices Governance component from your ACK cluster
- Log on to the ACK console.
- In the left-side navigation pane, click Clusters. On the Clusters page, click the name of the cluster that you want to manage.
- In the left-side navigation pane of the cluster details page, choose .
- On the Helm page, find the ack-onepilot application and click Delete in the Actions column.
- In the Delete message, click OK.
The ack-onepilot component is uninstalled.
Remove your application from MSE
- Log on to the MSE console.
- In the left-side navigation pane, choose .
- On the Applications page, find the application that you want to remove and click Delete in the Actions column.
- In the message that appears, click OK.
Result
After you perform the preceding steps, Microservices Governance is disabled for your
application that is deployed in the ACK cluster.