Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread
Also, what version of minikube are you running? On Tue, Jan 2, 2018 at 2:45 PM, Michelle Au wrote: > I'm not familiar with the minikube environment, but could you double check > that the minikube-hostpath external provisioner is running, either as a pod > or a standalone process? > > On Tue, Jan

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread
I'm not familiar with the minikube environment, but could you double check that the minikube-hostpath external provisioner is running, either as a pod or a standalone process? On Tue, Jan 2, 2018 at 12:04 PM, wrote: > PVC describe -> "waiting for a volume to be created, either by external > prov

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread michael . timko
PVC describe -> "waiting for a volume to be created, either by external provisioner "k8s.io/minikube-hostpath" or manually created by system administrator" Pod describe -> "PersistentVolumeClaim is not bound: "cassandra-data-cassandra-0" On Tuesday, January 2, 2018 at 2:57:40 PM UTC-5, Michel

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread
If you describe the PVC, what events do you see? On Sun, Dec 31, 2017 at 8:04 AM, wrote: > Hi all! > > I am trying to set up Cassandra using Kubernetes and came across this > guide from kubernetes.io: > > https://kubernetes.io/docs/tutorials/stateful-application/cassandra/ > > I went through