trino容器设置nodeselector(七)
查看node label
kubectl get nodes --show-labels
2、在容器中设置nodeselector属性
nodeSelector: dps: "1"
查看k8s node
kubectl describe node dm04.dtstack.com
重新安装部署trino容器
正常trino的corrdinator和worker组件应该在添加标签的node中创建
helm -n trino-test uninstall trino helm install trino /root/jiuyue/helm/trino/ -n trino-test