Oracle® Communications Service Communication Proxy (SCP) Cloud Native Installation Guide Release 1.0 F12352-01 |
|
![]() Previous |
![]() Next |
SCP deployment can be uninstalled as follows. Below steps needs to be executed from a server which is having access to Kubectl and helm commands.
Table 2-8 SCP Uninstall
Step # | Procedure | Description |
---|---|---|
1 ![]() |
Undeploy SCP |
Execute the following command to uninstall SCP: $ helm delete <deployment_name> --purge |
2 ![]() |
Remove SCP crds |
Execute the following command to remove SCP crds: $ kubectl get crds -o name | grep <deployment_name>.oracle.io | xargs kubectl delete Example:
|
3 ![]() |
Delete namespace |
Execute the following command to delete namespace: kubectl delete namespace <deployment_name> Note: Deleting namespace deletes all the other k8s objects in that namespace. |