I have a kubernetes deployment that for some reason creates two replicasets. I can't figure out why. When I do kubectl describe rs <NAME>
, they both say they're managed by the same deployment. It does it consistently when I delete and recreate the deployment. Does anyone have any pointers for investigating what could be causing this?