Removed duplicate deletion block
The static IP address is already getting deleted at line number 29. So, this deleted block was causing an error and was redundant.pull/660/head
parent
79a3f79b27
commit
eddc705883
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue