Update gce.md

This commit is contained in:
Alberto 2017-10-10 11:14:36 +02:00 committed by GitHub
parent d7d62b800b
commit be4c4eb644
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ kops needs a state store, to hold the configuration for your clusters. The simp
for Google Cloud is to store it in a Google Cloud Storage bucket in the same account, so that's how we'll
start.
So, just create an empty bucket - you can use any name: `gsutil mb s3://kubernetes-clusters/`
So, just create an empty bucket - you can use any name: `gsutil mb gs://kubernetes-clusters/`
# Creating our first cluster