-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add support for SourceIP preservation in Azure LBs #36557
Conversation
ugh, nm, bad push, hang on... |
Ok, this is now ready for review... |
Jenkins verification failed for commit 1be44555df71129287fa3b31687ac5fdca92c518. Full PR test history. The magic incantation to run this job again is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one small question/note.
Name: &lbRuleName, | ||
Properties: &network.ProbePropertiesFormat{ | ||
RequestPath: to.StringPtr(podPresencePath), | ||
Protocol: network.ProbeProtocolHTTP, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any assumptions about this probe port/path? Particularly, is the contract for this say "the pod presence probe must be HTTP, not HTTPS"? I only ask because I know our probes don't support HTTPS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's HTTP for now, so I think we're ok...
/lgtm |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
@thockin @colemickens now that we are setting DSR for Azure LBs this should "just work"
This change is