kubernetes-sigs / lws

LeaderWorkerSet: An API for deploying a group of pods as a unit of replication
Apache License 2.0
89 stars 16 forks source link

Add component config #170

Open ahg-g opened 2 days ago

ahg-g commented 2 days ago

What would you like to be added:

Component config for lws operator, see example in JobSet: https://github.com/kubernetes-sigs/jobset/pull/609

Why is this needed:

This is the canonical way of providing configurations to k8s operators since it is versioned (flags are hard to maintain and version long term).

zmvictor commented 2 days ago

/assign