CDK Shutdown and Removal
When you’re done working with your ForgeRock Identity Platform deployment, shut it down and remove it from your namespace as follows:
Shut Down and Remove a ForgeRock Identity Platform Deployment
-
Go to the terminal window where you started Skaffold.
-
Run the
skaffold delete
command to shut down your deployment and remove it from your namespace. -
Delete DS persistent volume claims (PVCs) from your namespace:
$ kubectl delete pvc --all persistentvolumeclaim "data-ds-cts-0" deleted persistentvolumeclaim "data-ds-idrepo-0" deleted