Commit ef046fb
cilium-cli: Fix port conflict for echo-external-node
Commit 018cb7d ("cilium-cli: Move ExternalDeploymentPort away from
node-local-dns health") moved the echo-external-node deployment from
TCP/8080 to TCP/8090 to avoid a conflict with node-local-dns health
checks.
TCP/8090 is the base port and it gets incremented for each new pod, in
case multiple pods are deployed on the same node. Unfortunately,
TCP/8094 can conflict with a konnectivity-agent component on AKS. We
thus need to move again.
The conflict wasn't identified when we moved to TCP/8090 because we
didn't have the same coverage for AKS at the time. The conflict was
identified on GKE instead.
Fixes: 018cb7d ("cilium-cli: Move ExternalDeploymentPort away from node-local-dns health")
Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>1 parent 8b2913e commit ef046fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments