How can I investigate the cause of a single deployment spawning two replicasets?

5/2/2019

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?

-- rofls
kubernetes

0 Answers