Unable to remove kubernetes pods for nginx ingress controller

11/30/2017

I’m trying to set up a nginx ingress controller to help validate a configuration. I’m trying to remove all the pieces and re-add the ingress controller to make sure everything I’ve documented works. The Ingress is removed, the service is removed, and pods successfully delete but they come back. The logs complain about the missing pieces I removed (backend-service, lb/service, ingress). Thoughts? Was I supposed to remove this in a different order? --force has the same result.

-- Adoyt
kubernetes
nginx

1 Answer

11/30/2017

Nevermind. I forgot I need to delete the deployment. Duoh.

-- Adoyt
Source: StackOverflow