-
Notifications
You must be signed in to change notification settings - Fork 591
operator/ingress: Default Azure to LoadBalancer #311
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
operator/ingress: Default Azure to LoadBalancer #311
Conversation
b815670 to
e08cf0c
Compare
e08cf0c to
b815670
Compare
Use LoadBalancerService as the default endpoint publishing strategy type on Azure. This commit is related to NE-185. https://jira.coreos.com/browse/NE-185 * operator/v1/types_ingress.go (IngressControllerSpec): Document that the default endpoint publishing strategy type on Azure is LoadBalancerService. * operator/v1/zz_generated.swagger_doc_generated.go: Regenerate.
b815670 to
d73d5fb
Compare
|
/lgtm |
|
cc @smarterclayton for approval |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ironcladlou, Miciah, smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold |
|
/hold cancel |
Use
LoadBalancerServiceas the default endpoint publishing strategy type on Azure.This commit is related to NE-185.
operator/v1/types_ingress.go(IngressControllerSpec): Document that the default endpoint publishing strategy type on Azure isLoadBalancerService.operator/v1/zz_generated.swagger_doc_generated.go: Regenerate.