kubernetes/pkg/cloudprovider/providers/aws
Jan Safranek 1b7445a6e2 Use SSD as default volume type.
General purpose SSD ('gp2') volume type is just slighly more expensive than
Magnetic ('standard' / default in AWS), while the performance gain is pretty
significant.

So far, the volumes were created only during testing, where the extra cost
won't make any difference. In future, we plan to introduce QoS classes, where
users could choose SSD/Magnetic depending on their use cases.

'gp2' is just the default volume type for (hopefuly) short period before these
QoS classes are implemented.
2015-12-15 12:14:48 +01:00
..
aws_instancegroups.go adjust package name for pkg/cloudprovider 2015-10-10 16:44:54 +08:00
aws_loadbalancer.go adjust package name for pkg/cloudprovider 2015-10-10 16:44:54 +08:00
aws_routes.go adjust package name for pkg/cloudprovider 2015-10-10 16:44:54 +08:00
aws_test.go Merge pull request #16633 from brendandburns/aws2 2015-11-13 02:01:55 -08:00
aws_utils.go adjust package name for pkg/cloudprovider 2015-10-10 16:44:54 +08:00
aws.go Use SSD as default volume type. 2015-12-15 12:14:48 +01:00
log_handler.go AWS: Log all calls at V(4), using a handler 2015-10-19 18:54:59 -04:00