This message was deleted.
# longhorn-storage
a
This message was deleted.
👀 1
f
Hello @strong-sunset-30, it looks like your workload pod scheduled to
kube-master-10
, but your Longhorn deployment does not include
kube-master-10
. There are a number of ways to check this. One might be to execute
kubectl get pods -n longhorn-system -o wide | grep kube-master-10
and see if anything Longhorn-related is deployed there. If
kube-master-10
is a master node, it is not surprising that Longhorn is not deployed there. Longhorn cannot tolerate the
<http://node-role.kubernetes.io/control-plane:NoSchedule|node-role.kubernetes.io/control-plane:NoSchedule>
taint that is typically applied to master nodes and generally is not run on them. If you need Longhorn to run on a node that has a taint, please see this document: https://longhorn.io/docs/1.4.2/advanced-resources/deploy/taint-toleration/.
s
Yes, i think the taint is the Problem. I don't think about that, i'll try it and check if it works