How I can apply node selector to all pods? #35679
Replies: 3 comments 7 replies
-
/assign @LoveEachDay |
Beta Was this translation helpful? Give feedback.
-
@xiaofan-luan @LoveEachDay Hi, sorry to bother, is there any progress? |
Beta Was this translation helpful? Give feedback.
-
I belive those are one time pod and after pulsar start those pod will be terminated automatically. |
Beta Was this translation helpful? Give feedback.
-
I have many CPU and GPU nodes in my k3s cluster, I want to install milvus cluster with helm into fixed node using
nodeSelector
.The problem is, I applied
nodeSelector
to all component inside helm config yaml, but there still have some components was deployed to some node which is unexpected withnull
nodeSelector, likemilvus-pulsar-recovery-0
andmilvus-pulsar-bookie-init-j5297
.How I can do that?
Here is my helm-milvus.yaml.
Here is the result of
kubectl describe pod milvus-pulsar-recovery-0
, you can seeNode-Selectors: <none>
.Beta Was this translation helpful? Give feedback.
All reactions