Consumers was deleted automatically

I have run kong with kubernetes-ingress-controller successfully.
kubernetes version v1.9.7
Is there any auto self-check mechanism with consumer?
All the consumers will be delete in 5 min ,since I created them.

The local log:

127.0.0.1 - - [26/Sep/2018:09:59:18 +0000] “GET /consumers HTTP/1.1” 200 244 “-” “Go-http-client/1.1”
127.0.0.1 - - [26/Sep/2018:09:59:18 +0000] “DELETE /consumers/bb210867-e1eb-4d80-abb9-395a2 HTTP/1.1” 204 0 “-” “Go-http-client/1.1”
127.0.0.1 - - [26/Sep/2018:09:59:18 +0000] “DELETE /consumers/a9273e48-2d3f-494c-9f01-c84fe48 HTTP/1.1” 204 0 “-” “Go-http-client/1.1”

I find the log in kubernetes pod admin-api.
It’s obviously, the local program get all consumers and delete them. But why?

I don’t find any explain with consumer check mechanism .
Is there anyone have the same situation?

thank you for your help

Please have a look at https://github.com/Kong/kubernetes-ingress-controller/issues/105 - if that resolves your question, please mark this topic as Solved, thanks!

1 Like

thanks for your help