Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

azure: PVC/PV disk mount does not work #1614

@colemickens

Description

@colemickens

What keywords did you search in tectonic-installer issues before filing this one?

azure

Is 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

  • 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)?

See above.

Anything else we need to know?

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions