You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2020. It is now read-only.
Then provision a naive PVC and wait for the PV to be created. Now launch a Pod that consumes that PV/PVC. It will fail to start due to this upstream issue: kubernetes/kubernetes#50150
Versions
Tectonic version (release or commit hash): HEAD of master as of filing this ()
Terraform version (terraform version): n/a
Platform (aws|azure|openstack|metal): Azure
What happened?
Created an Azure cluster and tried to deploy an auto-provisioned PV/PVC and a Pod that consumes it. Instead, the Pod fails to start because the mounting process fails. Again, please see the upstream issue mentioned just a few lines above.
What you expected to happen?
The PV to be created, attached, mounted, and the Pod starts.
How to reproduce it (as minimally and precisely as possible)?
What keywords did you search in tectonic-installer issues before filing this one?
azureIs this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Deploy an Azure cluster. Deploy a Managed Disk "Fast" Storage Class from the examples (https://github.com/khenidak/kubernetes-azure-managed-disks).
Then provision a naive PVC and wait for the PV to be created. Now launch a Pod that consumes that PV/PVC. It will fail to start due to this upstream issue: kubernetes/kubernetes#50150
Versions
terraform version): n/aWhat happened?
Created an Azure cluster and tried to deploy an auto-provisioned PV/PVC and a Pod that consumes it. Instead, the Pod fails to start because the mounting process fails. Again, please see the upstream issue mentioned just a few lines above.
What you expected to happen?
The PV to be created, attached, mounted, and the Pod starts.
How to reproduce it (as minimally and precisely as possible)?
See above.
Anything else we need to know?
N/A