Skip to content

Commit f684a3c

Browse files
committed
Things to be considered
1 parent e4d5fcc commit f684a3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CLOUDNAT.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ You can remove the GKE cluster easily by the following command:
130130
gcloud container clusters delete my-cluster --zone europe-west1-b
131131
```
132132

133-
However, this command does not release the static IP address you reserved earlier. And this is a resource you are paying to Google for. Be careful to remove everything:
134-
- the Cloud NAT
135-
- the router
136-
- the static IP address under _VPC Network -> External IP Addresses_ as the last step
133+
However, this command does not release the static IP address that you reserved previously. And this is a resource you pay Google for. Be sure to remove everything:
134+
135+
* Cloud NAT
136+
* Router
137+
* Static IP address under _VPC Network -> External IP Addresses_ as the last step
137138

138139
Actually you have to use an infrastructure as code software for this, but there is enough input for today.

0 commit comments

Comments
 (0)