Re: [kubernetes-users] PerSets Persistence Volume Dynamic provisioning Fails

2016-11-21 Thread Jobin Joseph
Hi Tim, Thanks for the update. I have tried the way you suggested, APISERVER was already running with the control arguments *--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota , created *default storage class and then called a persistenceVo

Re: [kubernetes-users] PerSets Persistence Volume Dynamic provisioning Fails

2016-11-18 Thread
To make PV provisioning work you need a valid StorageClass (http://kubernetes.io/docs/user-guide/persistent-volumes/#storageclasses) and the storage class admission controller (http://kubernetes.io/docs/admin/admission-controllers/#defaultstorageclass) and for the StorageClass object to elect itsel

[kubernetes-users] PerSets Persistence Volume Dynamic provisioning Fails

2016-11-18 Thread Jobin Joseph
Hi All, We are trying to bringup the docker containers using the petset functionlaity in Kubernetes. As part of the same we are trying to bringup the Kubernetes persistence volume and volume claim. We have created the storageclass as mentioned in the kubernetes eg. (Ref) with the GCE as the plu