diff --git a/docs/14-cleanup.md b/docs/14-cleanup.md index 5ab908c..07be407 100644 --- a/docs/14-cleanup.md +++ b/docs/14-cleanup.md @@ -54,10 +54,3 @@ Delete the `kubernetes-the-hard-way` network VPC: gcloud -q compute networks delete kubernetes-the-hard-way } ``` - -Delete the `kubernetes-the-hard-way` compute address: - -``` -gcloud -q compute addresses delete kubernetes-the-hard-way \ - --region $(gcloud config get-value compute/region) -```