Replies: 2 comments 5 replies
-
This discussion is probably best posted here: https://github.com/bitnami/charts |
Beta Was this translation helpful? Give feedback.
4 replies
-
I doubt that
is an issue with RabbitMQ itself. Looks like double mounting a volume would produce exactly the same error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to deploy rabbitmq using the following StatefulSet to Azure AKS v1.26.3:
The pod keeps failing to start because of volume attachment issues:
FailedAttachVolume AttachVolume.Attach failed for volume "pvc-a253bbf3-bb65-4730-8d7c-a88378dfafcc" : rpc error: code = Internal desc = Attach volume /subscriptions/<redacted>/resourceGroups/<redacted>/providers/Microsoft.Compute/disks/pvc-a253bbf3-bb65-4730-8d7c-a88378dfafcc to instance aks-agentpool-40990672-vmss000001 failed with could not find disk(/subscriptions/<redacted>/resourcegroups/<redacted>/providers/microsoft.compute/disks/pvc-a253bbf3-bb65-4730-8d7c-a88378dfafcc) in current disk list(len: 0) nor in diskMap(map[])
FailedMount Unable to attach or mount volumes: unmounted volumes=[data], unattached volumes=[kube-api-access-czrlf configuration data]: timed out waiting for the condition
Beta Was this translation helpful? Give feedback.
All reactions