-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix: create policy snapshot only for sdp #40785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f0716a5
to
1deeab7
Compare
/test |
CI investigation:
Will rebase as that should solve the |
adds a flag that helps us check if SDP is enabled or not. Based on that flag we calculate the snapshot and send to the grpc server. Also, don't create sdp server when sdp is false Signed-off-by: Vipul Singh <singhvipul@microsoft.com>
Head branch was pushed to by a user without write access
1deeab7
to
441d730
Compare
/test |
ci-clustermesh failing due to #39370, pipeline run: https://github.com/cilium/cilium/actions/runs/16629793128/job/47056007384 |
/ci-clustermesh |
enabled
The
enabled
field indicates whether the standalone DNS proxy is enabled. This field is set totrue
only when ALL the following conditions are met:EnableStandaloneDNSProxy
true
DaemonConfig.EnableL7Proxy
true
DaemonConfig.ToFQDNsProxyPort
> 0
Config.StandaloneDNSProxyServerPort
> 0