Skip to content

Commit ef93e5d

Browse files
authored
Merge pull request #19 from mastersingh24/mastersingh24-patch-1
Fix typo in GKE how-to
2 parents ded542e + f289a78 commit ef93e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/howto/krustlet-on-gke.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ When you are finished with the cluster, you can delete it by typing:
280280

281281
```console
282282
$ # If you created a regional cluster
283-
$ gcoud container clusters delete ${CLUSTER} --project=${PROJECT} --region=${REGION}
283+
$ gcloud container clusters delete ${CLUSTER} --project=${PROJECT} --region=${REGION}
284284
$ # If you created a zonal cluster
285-
$ gcoud container clusters delete ${CLUSTER} --project=${PROJECT} --zone=${ZONE}
285+
$ gcloud container clusters delete ${CLUSTER} --project=${PROJECT} --zone=${ZONE}
286286
```

0 commit comments

Comments
 (0)