Add note about restrictions svc of LB type with Kuryr#25508
Add note about restrictions svc of LB type with Kuryr#25508maxwelldb merged 2 commits intoopenshift:masterfrom
Conversation
|
/cc @luis5tb |
|
/lgtm |
67d1ce7 to
804e582
Compare
|
New changes are detected. LGTM label has been removed. |
804e582 to
0721578
Compare
maxwelldb
left a comment
There was a problem hiding this comment.
Thoughts on this edit?
There was a problem hiding this comment.
Also, if the Machines Subnet is not connected to a Router or it’s connected, but the Router has no external gateway set, Kuryr won’t create Floating IPs for Services with LoadBalancer type.
->
[line break]
If the machines subnet is not connected to a router, or if the subnet is connected, but the router has no external gateway set, Kuryr cannot create floating IPs for load balancer services.
There was a problem hiding this comment.
I modified "load balancer services" to "LoadBalancer services" to give a better indication that it's the type of the Service.
There was a problem hiding this comment.
[line break]
If the machines subnet is not connected to a router, or if the subnet is connected, but the router has no external gateway set, Kuryr cannot create floating IPs for LoadBalancer services.
That, then? @MaysaMacedo
|
Which versions should this apply to? |
4.6 |
When Kuryr is used creation of Services with Load Balancer type are restricted to when a Router and External Connectivity exists on the Cluster.
0721578 to
76ed14e
Compare
|
Looks good @maxwelldb . Thanks! |
|
@MaysaMacedo TY! Do you have anyone from QE who's familiar with this and could +1 it? |
|
It looks good from QE side! |
Thanks, Jon. |
|
LGTM! You just need to squash the two commits down into one. Thanks! |
|
Thanks! |
|
/cherry-pick enterprise-4.6 |
|
@maxwelldb: new pull request created: #25623 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
When Kuryr is used creation of Services with Load Balancer type
are restricted to when a Router and External Connectivity exists
on the Cluster.