-
Notifications
You must be signed in to change notification settings - Fork 107
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
AKS Private Link #1985
AKS Private Link #1985
Conversation
Hi @scottboring. Thanks for your PR! I am @adamjensenbot.
Make sure this PR appears in the liqo changelog, adding one of the following labels:
|
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.
Hi, @scottboring! The PR looks good to me. Can you please fix this comment? And then I think we can merge.
@aleoli thank you for reviewing. The requested change has been made. |
/rebase test=true |
41e7313
to
ebe3f7d
Compare
ebe3f7d
to
c831012
Compare
@aleoli commits have been squashed |
/rebase test=true |
c831012
to
fcd9e38
Compare
/merge |
Description
Adding privateLink flag to liqoctl to better support private AKS clusters. AKS clusters that use private link have a generated fqdn stored on the AKS cluster object as privateFQDN in addition to a public FQDN which is likely blocked through Azure policies.
Fixes #(issue)
This has been tested locally to verify the correct fqdn property is used based on flag presence or absence.