-
Notifications
You must be signed in to change notification settings - Fork 27
Volume mount with Kubernetes fails #119
Comments
@mausquirk could you get the kubelet log from that agent node? need to ssh to that agent node and follow by:
|
@mausquirk could you also run
And what's your agent vm size? Could you help check whether that disk is already attached to the agent VM in azure portal? Thanks. |
|
@mausquirk the disk actually attached to pod successfully, I could see following errors from your pods:
It looks like failure is due to there are files under
|
I expected the volume to be as clean as a tarn in the Swiss Alps!! Targeting the DB-data into the subPath did fix it! Thanks! Is there a tool, to check a Page-Blob's content online? |
@mausquirk I was wrong, there should be a You don't need to download that blob disk, you could detach and attach to a running VM, and mount that disk into a dir to check content. |
Thanks. That works. |
this is a request for help:
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)
Kubernetes 1.7
What happened:
Creating a MySQL Pod fails:
Kubernetes reports:
The container's log:
Configuration:
Configruation
What you expected to happen:
I would expect it to work -> Pod running MySQL-Deamon starts successfully
How to reproduce it (as minimally and precisely as possible):
Run the configuration.
Anything else we need to know:
Claim get's bound with Persistent Volume. Azure Storage Explorer also shows according PageBlob.
The text was updated successfully, but these errors were encountered: