PersistentVolumeClaims fail to provision #8662
Labels
addon/storage-provisioner
Issues relating to storage provisioner addon
area/storage
storage bugs
kind/bug
Categorizes issue or PR as related to a bug.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Steps to reproduce the issue:
minikube start
kubectl apply -f kubectl apply -f https://download.elastic.co/downloads/eck/1.1.2/all-in-one.yaml
kubectl apply -f es.yaml
es.yaml:
kubectl get pvc
Expected result:
A provisioned volume
Actual result:
Full output of failed command:
N/A
Full output of
minikube start
command used, if not already included:$ minikube start
😄 minikube v1.11.0 on Ubuntu 20.04
✨ Automatically selected the kvm2 driver
👍 Starting control plane node minikube in cluster minikube
🔥 Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...
🐳 Preparing Kubernetes v1.18.3 on Docker 19.03.8 ...
🔎 Verifying Kubernetes components...
🌟 Enabled addons: default-storageclass, storage-provisioner
🏄 Done! kubectl is now configured to use "minikube"
Optional: Full output of
minikube logs
command:This error from
minikube logs
seems suspicious:It looks like the storage provisioner is failing to parse to persistent volume claim
The text was updated successfully, but these errors were encountered: