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
Warning FailedMount 3s (x45 over 100m) kubelet, gke-crawlers-pool-1-2005c642-8ks9 Unable to mount volumes for pod "loki-d694cfc6-ccfvf_loki(e44ce3e3-7326-11e9-a5cf-42010a8e0212)": timeout expired waiting for volumes to attach or mount for pod "loki"/"loki-d694cfc6-ccfvf". list of unmounted volumes=[storage]. list of unattached volumes=[config storage loki-token-dpkvn]
Should we use StatefulSet instead of Deployment types since they're better at mounting and unmounting and general management of PVCs?
Expected behavior
I expect the new release to just work
Environment:
Infrastructure: Kubernetes
Deployment tool: helm
The text was updated successfully, but these errors were encountered:
Yes, it should probably be a StatefulSet. I can take a look at doing so. It will be a breaking change requiring manual intervention though. Meanwhile you can set loki.deploymentStrategy=Recreate.
Yes, it should probably be a StatefulSet. I can take a look at doing so. It will be a breaking change requiring manual intervention though. Meanwhile you can set loki.deploymentStrategy=Recreate.
Describe the bug
When using helm upgrade using PVC, Loki stays stuck as ContainerCreating stage due to
Unable to mount volumes for pod
.To Reproduce
Steps to reproduce the behavior:
kubectl get pods
and never get resultsDescribing the stuck pod shows
Should we use StatefulSet instead of Deployment types since they're better at mounting and unmounting and general management of PVCs?
Expected behavior
I expect the new release to just work
Environment:
The text was updated successfully, but these errors were encountered: