zilliztech / milvus-helm

Apache License 2.0
56 stars 43 forks source link

etcd cronjob can not assign nodeSelector #42

Closed damuji8 closed 10 months ago

damuji8 commented 10 months ago

bitnami etcd can assign nodeSelector,https://github.com/bitnami/charts/blob/main/bitnami/etcd/templates/cronjob.yaml

damuji8 commented 10 months ago

milvus etcd cannot assign nodeSelector.

image

we need assign etcd cronjob running in special node, only in these node we can connect to EFS on the network.

LoveEachDay commented 10 months ago

@damuji8 We are using the bitnami/etcd chart version 6.3.3 which doesn't support setting disasterRecovery.cronjob.nodeSelector in the values.yaml.

You'd better generate your own manifests separately for this cronjob, and managed it all by yourself.

damuji8 commented 10 months ago

yes,we did like this.