Fix the standard storageClass for GCE

As you can see here: https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/gce/gce.go#L117-L121
The default is not ssd
This commit is contained in:
Pierre Ozoux
2017-02-14 15:18:45 +00:00
committed by Andrew Chen
parent 8a865cf1d3
commit e56a7296ca
+1 -1
View File
@@ -396,7 +396,7 @@ parameters:
zone: us-central1-a
```
* `type`: `pd-standard` or `pd-ssd`. Default: `pd-ssd`
* `type`: `pd-standard` or `pd-ssd`. Default: `pd-standard`
* `zone`: GCE zone. If not specified, a random zone in the same region as controller-manager will be chosen.
#### Glusterfs