E467 [Bug]: existing virtualserver ip address is not updated, when using external-status-address · Issue #8073 · nginx/kubernetes-ingress · GitHub
[go: up one dir, main page]

Skip to content

[Bug]: existing virtualserver ip address is not updated, when using external-status-address #8073

@chris8205

Description

@chris8205

Version

nginx: 5.1.0
chart: 2.2.1

What Kubernetes platforms are you running on?

Other

Steps to reproduce

  1. create a virtualserver
  2. the virtual server takes the ip from the service ex. 10.0.0.1
  3. create a classic ingress the addess is filled with the same 10.0.0.1 from the service
  4. override the config with creating "controller.config.extries" --> creaties a config map with entry external-status-address: 172.10.0.1
  5. 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
  6. create a new virtualserver and look at the ip --> 172.10.0.1 is shown...

can you confirm this?

Metadata

Metadata

Assignees

Labels

backlogPull requests/issues that are backlog itemsbugAn issue reporting a potential bug

Type

Projects

Status

Done 🚀

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0