Hey All, I often notice that the pods are quite sl...
# longhorn-storage
g
Hey All, I often notice that the pods are quite slow to start in my cluster, most likely due to the longhorn storage. For example this pod events tell me that it took 1 minute to attach the storage:
Copy code
Events:
  Type    Reason                  Age    From                     Message
  ----    ------                  ----   ----                     -------
  Normal  Scheduled               3m14s  default-scheduler        Successfully assigned airflow-worker/matlab-model-be-zn69qdle to kof-k8s-wrk-3
  Normal  SuccessfulAttachVolume  2m12s  attachdetach-controller  AttachVolume.Attach succeeded for volume "pvc-8b422b0c-19b0-443c-95eb-62251f5a55ae"
  Normal  Pulled                  2m9s   kubelet                  Container image "core.harbor.kof.ethz.ch/library/kofcast-model:latest" already present on machine
  Normal  Created                 2m9s   kubelet                  Created container base
  Normal  Started                 2m9s   kubelet                  Started container base
How do I find out the root cause?