Skip to content

Commit

Permalink
#738 - fixed markdown linting violations from landing zone v2 readme …
Browse files Browse the repository at this point in the history
…document
  • Loading branch information
jacyang2010 committed Dec 1, 2023
1 parent 0d59789 commit f0864b0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/landing-zone-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,17 +695,13 @@ 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 RootSync root-sync -n config-management-system
kubectl delete root-sync landing-zone -n config-management-system
```
Now we can delete our KCC resources from the Config Controller instance.
```shell
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
kubectl delete gcp --all
```
Once the resources have been deleted you can delete the config controller instance .
Expand Down

0 comments on commit f0864b0

Please sign in to comment.