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.
Nevermind. I forgot I need to delete the deployment. Duoh.