Skip to content

Commit c760633

Browse files
committed
Include container cluster in the cleanup script
1 parent e79c751 commit c760633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cleanup-project.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ZONE="us-central1-a"
1616
main() {
1717
# note: the ordering here is deliberate, to start with
1818
# leaf resources and work upwards to parent resources.
19+
cleanup_resource "container" "clusters" "" "--zone=$ZONE"
1920
cleanup_resource_per_region "compute" "vpn-tunnels"
2021
cleanup_resource "compute" "instances" "" "--zone=$ZONE"
2122
cleanup_resource_per_region "compute" "addresses"

0 commit comments

Comments
 (0)