Philip Niehus
Philip Niehus
Just made my cluster work by using the https://github.com/Azure/acs-engine and hacking the version 1.5.1 into the generated template just before deployment. Finally, persistent volumes are working flawlessly. @colemickens Any updates...
@otaviosoares Yep, it's working. It is as simple as configuring a [storage class for azureDisk](http://kubernetes.io/docs/user-guide/persistent-volumes/#azure-disk) and a [persistent volume claim](http://kubernetes.io/docs/user-guide/persistent-volumes/#persistentvolumeclaims) for your deployment. The vhds are created and mounted to...