AKS PVC is not attached

Kuldeep Singh 0 Reputation points
2023-09-14T15:43:29.8066667+00:00

The PVC and PV creaed and all are in Bound status. But it is not attached to the pod. Here is the pod describe result.---

Warning FailedMount 4m21s (x2 over 6m35s) kubelet Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[kube-api-access-rtcj9 data conf]: timed out waiting for the condition Warning FailedMount 2m3s kubelet Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[data conf kube-api-access-rtcj9]: timed out waiting for the condition Warning FailedAttachVolume 34s (x4 over 6m38s) attachdetach-controller AttachVolume.Attach failed for volume "pvc-fb438a65-26a6-4ae4-8f23-3eb5589e64bb" : timed out waiting for external-attacher


Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,102 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 18,406 Reputation points MVP
    2023-09-14T16:08:04.6566667+00:00

    Have you seen that the access modes supported?

    Access Modes

    Note that, Except for ReadWriteOncePod, other mode allows multiple pods to access the volume on the same node.


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.