c8a87bf2fd
This port 50036 can be already used in the system, due to it's in range for egress ports. Closes-Bug: 1829188 Change-Id: Ieee291893ca342867eb408d65402a8576327ac6d Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
9 lines
356 B
YAML
9 lines
356 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
kuryr-daemon used to listen on port 50036, but that's a port from local
|
|
range (on Ubuntu and RHEL default range is 32768-60999). This means that
|
|
there might have been a port conflict ("address already in use"). To avoid
|
|
that the default value of ``[cni_daemon]bind_address`` option was changed
|
|
to ``127.0.0.1:5036``.
|