Skip to content

Commit

Permalink
#912 - fix anthos delete (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored Mar 26, 2024
1 parent 18a8d5a commit 5c1af2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/landing-zone-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ Execute the client onboarding [procedure](onboarding-client.md).
Follow the below steps to delete the provisioned infrastructure and Config Controller instances.
If you want the deployed resources to live on and just destroy the Config Controller instance you can do so by running `gcloud anthos config controller instance-name --location instance-region`. This will remove the config controller instances but leave the resources it deployed untouched.
If you want the deployed resources to live on and just destroy the Config Controller instance you can do so by running `gcloud anthos config controller delete --location instance-region instance-name`. This will remove the config controller instances but leave the resources it deployed untouched.
To reacquire the resources you will need to redeploy a new instance and deploy the same configs to it. Config Controller should reattach to the previously deployed instances and start managing them again.
Expand Down

0 comments on commit 5c1af2a

Please sign in to comment.