feat(sdp): Updating the ip to endpoint table for sdp#41548
feat(sdp): Updating the ip to endpoint table for sdp#41548squeed merged 3 commits intocilium:mainfrom
Conversation
af2e445 to
bdc93ac
Compare
This comment was marked as outdated.
This comment was marked as outdated.
bdc93ac to
9061696
Compare
9061696 to
b602b45
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
b602b45 to
f317722
Compare
c47c5ff to
09b8fea
Compare
This comment was marked as outdated.
This comment was marked as outdated.
09b8fea to
5dae66c
Compare
0d636b6 to
5e68716
Compare
This comment was marked as outdated.
This comment was marked as outdated.
5e68716 to
fea36fc
Compare
|
/test |
squeed
left a comment
There was a problem hiding this comment.
Two small things, then this is good to go.
- Adds the ip to endpoint info i.e identity and endpoint id in the table. - Adds a watcher that listens for changes in the table and updates the prefixs for faster lookup. - Lookup handlers for DNS proxy for serving the DNS req. - Send the identity<>cidr map from the cilium agent. These cidr are not associated with an endpoint. Signed-off-by: Vipul Singh <singhvipul@microsoft.com>
… SDP - Introduce separate tables for prefix-to-identity mapping and IP-to-endpoint mapping. - Update the SDP lookup function to use these new tables when resolving endpoints and identities during DNS request processing. - Modify the existing protobuf definition for the standalone DNS proxy to send the prefix-to-identity mapping separately. Signed-off-by: Vipul Singh <singhvipul@microsoft.com>
Signed-off-by: Vipul Singh <singhvipul@microsoft.com>
fea36fc to
868d5ba
Compare
|
/test |
|
Conformance Gateway API (ci-gateway-api) - open GH issue: #40243 and #42456 |
|
/ci-gateway-api |
|
Cilium E2E Upgrade (ci-e2e-upgrade) - failing due to a warning log that has a retry mechanism:
|
|
/ci-e2e-upgrade |
an endpoint.
Fixes: #30984
CFP: cilium/design-cfps#54
Relevant PRs: #40982, #41507