shipper icon indicating copy to clipboard operation
shipper copied to clipboard

Can't deploy stateful sets with Shipper properly

Open parhamdoustdar opened this issue 5 years ago • 3 comments

This came up when a user tried to create a stateful set as part of his chart. The problem is that we inject labels into the template within a deployment object, but we don't do the same for Stateful Sets.

As a result, pods created with a Stateful Set are never matched against the selectors inside a Service.

parhamdoustdar avatar Jul 25 '19 12:07 parhamdoustdar

I would suggest changing this from "bug" to "feature" since management of Stateful Sets were never tested nor considered.

isutton avatar Jul 25 '19 19:07 isutton

Good catch. I didn't realise "bug" was the default state.

parhamdoustdar avatar Jul 26 '19 07:07 parhamdoustdar

This task needs a generic example of a workload that could use stateful sets so Shipper can eventually advertise this model.

osdrv avatar Feb 05 '20 09:02 osdrv