microsoft / elk-acs-kubernetes

This repo contains tools that enable user to deploy ELK stack in Kubernetes cluster hosted in Azure Container Service.
MIT License
54 stars 23 forks source link

PersistentVolumeClaim is not bound: "es-persistent-storage-elasticsearch-data-0" #56

Open mikedbrook opened 6 years ago

mikedbrook commented 6 years ago

Deployed this to UK West as we are potentially looking at using the elk stack. Deployment was successful however when logging into the dashboard I see the following error

PersistentVolumeClaim is not bound: "es-persistent-storage-elasticsearch-data-0"

when I look in the persistent volumes, nothing is listed and looking through the yaml and the config, I have identified the azure-disk location storage account but there all I can see in the portal is an empty blob.

Any help would be appreciated

yaweiw commented 6 years ago

@mikedbrook due to the fact that AKS is not GA yet, the solution is only guaranteed to successful deployment in three regions East US, South Central US and West Europe. The error of PVC that you encountered is likely caused by AKS.

alanmk commented 6 years ago

@yaweiw I've just encountered the same error in West Europe.

yaweiw commented 6 years ago

@alanmk could you please share /tmp/output.log?