apache / celeborn

Apache Celeborn is an elastic and high-performance service for shuffle and spilled data.

Home Page:https://celeborn.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] make affinity.master and affinity.worker optional

doki23 opened this issue · comments

Is your feature request related to a problem? Please describe.

I set affinity to None and got an error:

Error: INSTALLATION FAILED: template: celeborn/templates/worker-statefulset.yaml:54:22: executing "celeborn/templates/worker-statefulset.yaml" at <.Values.affinity.worker>: nil pointer evaluating interface {}.worker

It seems that we must provide a key of affinity.worker in the values.yaml ?

Describe the solution you'd like

make affinity.master and affinity.worker optional

@doki23 can I work on this issue ?

@hemu-git-hub Feel free to do this.