Uninstall an extension
You can uninstall a Kubernetes extension and its associated custom resource definitions (CRD) by deleting the extension's custom resource (CR).
Prerequisites
- You have an extension installed.
 
Procedure
- 
Delete the extension's CR:
extension_name- Specifies the name defined in the 
metadata.namefield of the extension's CR. 
 
Verification
- 
Verify that the Kubernetes extension is deleted:
 
Cleanup
- Remove the extension namespace, and installer service account cluster-scoped RBAC resources (if applicable).