Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config controller delete command is inaccurate in clean-up / delete section #912

Open
obriensystems opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels

Comments

@obriensystems
Copy link
Collaborator

obriensystems commented Mar 22, 2024

in section on deleting/recreating and re-acquiring the deployed resources - there is a typo in the anthos delete command
https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/docs/landing-zone-v2/README.md#clean-up

from

gcloud anthos config controller instance-name --location instance-region
in

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.

to

gcloud anthos config controller delete --location instance-region instance-name 
in

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 

see testing in #794
and documentation in
https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/wiki/DevOps#scenarios

see
https://cloud.google.com/anthos-config-management/docs/how-to/config-controller-setup#delete
resources are in abandoned state

@obriensystems obriensystems self-assigned this Mar 22, 2024
@obriensystems obriensystems changed the title https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/docs/landing-zone-v2/README.md#clean-up config controller delete command is inaccurate in clean-up / delete section Mar 22, 2024
obriensystems added a commit that referenced this issue Mar 22, 2024
fmichaelobrien pushed a commit that referenced this issue Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant