kubernetes-sigs / lws

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

Replicas restart during rolling upgrade will not use the original worker pod spec #238

Open liurupeng opened 3 weeks ago

liurupeng commented 3 weeks ago

What happened: When lws is in rolling update, any replicas that are not updated yet, but restarted due to failure handling, the worker statefulset will be recreated with updated lws worker template. The expected behavior should be recreated with the previous worker template What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

Edwinhr716 commented 3 days ago

/assign @Edwinhr716