Version
nginx: 5.1.0
chart: 2.2.1
What Kubernetes platforms are you running on?
Other
Steps to reproduce
- create a virtualserver
- the virtual server takes the ip from the service ex. 10.0.0.1
- create a classic ingress the addess is filled with the same 10.0.0.1 from the service
- override the config with creating "controller.config.extries" --> creaties a config map with entry external-status-address: 172.10.0.1
- take a look at the ingress and virtualserver
ingress is changed to 172.10.0.1
virtual server is still on old entry 10.0.0.1
- create a new virtualserver and look at the ip --> 172.10.0.1 is shown...
can you confirm this?