Skip to content

Commit

Permalink
#739 - fixed commands used landingzonev2 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacyang2010 committed Nov 27, 2023
1 parent a54adc2 commit 1ceecdb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/landing-zone-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,17 @@ To reacquire the resources you will need to redeploy a new instance and deploy t
First delete the Rootsync deployment. This will prevent the resources from self-healing.
```shell
kubectl delete root-sync landing-zone -n config-management-system
kubectl delete RootSync root-sync -n config-management-system
```
Now we can delete our KCC resources from the Config Controller instance.
```shell
kubectl delete gcp --all
kubectl delete gcp -n projects --all
kubectl delete gcp -n networking --all
kubectl delete gcp -n hierarchy --all
kubectl delete gcp -n policies --all
kubectl delete gcp -n logging --all
```
Once the resources have been deleted you can delete the config controller instance .
Expand Down

0 comments on commit 1ceecdb

Please sign in to comment.