Skip to content

Conversation

jrajahalme
Copy link
Member

Once this PR is merged, a GitHub action will update the labels of these PRs:

 35642

[ upstream commit 06ad0eb ]

Listeners are only created when first needed and deleted when not needed
any more. Log these events so that they are visible without debug logs.

Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
[ upstream commit 2b3b761 ]

Rely on xDS cache for listener creation rather than reference
counting. After this the listener reference counting is only used for
deleting the listener when the reference count gets to zero.

Do not ignore xDS messages with invalid nonce, as that could lead to a
stalled stream. Cancel the stream instead so that Envoy would reopen a
new one.

Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
@jrajahalme jrajahalme added kind/backports This PR provides functionality previously merged into master. backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. labels Nov 5, 2024
@jrajahalme jrajahalme requested a review from a team as a code owner November 5, 2024 10:16
@jrajahalme
Copy link
Member Author

/test-backport-1.14

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 5, 2024
@jrajahalme jrajahalme merged commit a6923e3 into cilium:v1.14 Nov 6, 2024
60 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants