This message was deleted.
# general
a
This message was deleted.
w
i'm not sure if this is normal - tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s
more info - > kubectl get nodes -o=custom-columns=NodeName.metadata.name,TaintKey.spec.taints[].key,TaintValue:.spec.taints[].value,TaintEffect:.spec.taints[*].effect NodeName TaintKey TaintValue TaintEffect ca-capture01 <none> <none> <none> ca-capture02 <none> <none> <none> ca-capture03 node-role.kubernetes.io/controlplane,node-role.kubernetes.io/etcd true,true NoSchedule,NoExecute ca819-elastic01 node-role.kubernetes.io/controlplane,node-role.kubernetes.io/etcd true,true NoSchedule,NoExecute ca819-elastic02 node-role.kubernetes.io/controlplane,node-role.kubernetes.io/etcd true,true NoSchedule,NoExecute
solved it by removing the taints