mirror of https://github.com/kubernetes/kops.git
Update gce.md
This commit is contained in:
parent
d7d62b800b
commit
be4c4eb644
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue