Closed dtln820 closed 3 years ago
Looks like it specifies a storageClassName: fast
, but only default
is supplied by the minikube hostpath provisioner ?
EDIT, never mind - there was a custom class
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: fast
provisioner: k8s.io/minikube-hostpath
parameters:
type: pd-ssd
@dtln820
do u mind sharing the output of
kubectl get pods -l="app=cassandra"
and also the kubectl logs for the pod ?
I noticed you are using virtualbox driver, I am curious do you have the same problem with any other driver? like Docker or Hyperkit?
Hi @dtln820, we haven't heard back from you, do you still have this issue? There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.
I will close this issue for now but feel free to reopen when you feel ready to provide more information.
Sorry, I lost access to the machine on which I was encountering the problem. I wasn't able to replicate the issue on other machines.
Can't run the Cassandra nodes, it always fail saying that 'pod has unbound immediate PersistentVolumeClaims'. Tested on macOS & Ubuntu. minikube version: 1.22.0 Tried to resolve the issue by this (https://stackoverflow.com/a/52669115/6678347) answer - unsuccessfully.
Steps to reproduce the issue: Steps described at this link: https://kubernetes.io/docs/tutorials/stateful-application/cassandra/
Full output of
minikube logs
command:Full output of failed command: