-
Notifications
You must be signed in to change notification settings - Fork 558
Missing azure file storageClass #1506
Comments
more context:
This actually kind of work, when using a claim it creates the volume ( I can see it in azure portal), but is never ready to use according to k8s |
@lachie83: is there any specific reason that acs-engine only bootstraps azure-disk by default? Would it be a breaking change to add azure-file to the masteraddons here: acs-engine/parts/kubernetesmasteraddons-azure-storage-classes.yaml? |
not at all. We should add it. |
is this working on? I cannot make this work with provided configuration |
@jalberto: @lachie83 self-assigned this, but we should help out and add it to a PR. It's been a few weeks. The good news is that I was able to mount azureFile to my acs-engine created cluster just now. You need to make sure you create your secret with echo -n, that your cluster is in the same data center location as your storage account, and that the secret is in place. I'll put together a gist with the steps tomorrow |
this are the steps that worked for me:
so very manual process, if I don't create PV or share in storage account, PVC stuck in pending state |
Hey @jalberto, How did you set the share name in PVC? I am stuck in that step, I can't find any example of that, usually I only set storageclass to use, requested size and accessMode. Thanks! |
|
Awesome, thanks! |
no problem :)
…On Thu, 9 Nov 2017 at 19:43 Miguel Rasero ***@***.***> wrote:
Awesome, thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1506 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGGV31-_BSX76WXhsKpneKQBPvYPg6wks5s00fGgaJpZM4PnFdd>
.
|
For the built-in azure file storage class, it should be as simple as enough, below two azure file storage classes would be dynamic created by searching storage account in current resource group:
|
Below is the examples about how to use azure file dynamic & static provisioning: |
/assign |
Is this a request for help?: yes
Is this an ISSUE or FEATURE REQUEST? (choose one): Issue
What version of acs-engine?: 0.7.0
Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm) k8s
What happened:
after deploymnet 3 storage accounts and 3 storageClass has been created, all of them using azure-disk non using azure-file
What you expected to happen:
an storageClass for azure-file be created too
In other hand, is az-blob recommended over az-file?
The text was updated successfully, but these errors were encountered: