How to choose SSD persistant disk on Google Container engine?

2/15/2016

Just checked, while creating the container cluster, we are not able to find option to set SSD persistant disk on Google cloud container engine. How do I set that. Note we are using paid plans on GCE

-- gau1991
google-kubernetes-engine

1 Answer

2/16/2016

There isn't a way to choose the type of boot disk that is attached to each node, but you can mount SSD PDs into your containers using volumes.

-- Robert Bailey
Source: StackOverflow