CDK Shutdown and Removal
This documentation describes the legacy CDK implementation, which will be deprecated in an upcoming release. We strongly recommend that you transition to the current CDK implementation as soon as possible. |
When you’re done working with your ForgeRock Identity Platform deployment, shut it down and remove it from your namespace:
-
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:
$ cd /path/to/forgeops $ skaffold delete Cleaning up… . . .
-
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