I have solved this before, but retrying, this is odd behavior

Marc Richardson:
I have solved this before, but retrying, this is odd behavior

LonnyBarry:
the task addresses a DEPLOYMENT that is not performing correctly. As a deployment, it has a replica set, prompting the controller to ensure there is always at least N instances of the pod running. That is why you cannot take it down by deleting a pod. Work on the DEPLOYMENT instead.

Marc Richardson:
ahh ok, thanks!

LonnyBarry:
Rock on!!