问下,k8s部署的时候,能配置节点亲和相关的配置项吗
在ACK中,创建应用比如deployment的时候,可以通过Worker节点的Label标签进行设置节点亲和性,属于可选项配置,参考这个文档中有https://help.aliyun.com/document_detail/87784.html 在开源K8S中可以通过在yaml中配置nodeSelector字段配置节点亲和性,可以参考https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/?spm=a2c4g.11186623.0.0.7c9e5ac4rqtR0G#affinity-and-anti-affinity该文档中的节点亲和性配置。
赞0
踩0