-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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
Enable Service Affinity for OpenStack cloudprovider #48501
Enable Service Affinity for OpenStack cloudprovider #48501
Conversation
Hi @FengyunPan. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. 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. I understand the commands that are listed here. |
1cb5f57
to
bad36d3
Compare
@@ -546,15 +546,6 @@ func (lbaas *LbaasV2) createLoadBalancer(service *v1.Service, name string) (*loa | |||
return loadbalancer, nil | |||
} | |||
|
|||
func stringInArray(x string, list []string) bool { |
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.
This seems like an unrelated change. Can you please file as a separate PR?
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.
Ok, done.
/ok-to-test |
Fix issue: kubernetes#48500 Kubernetes's OpenStack cloudprovider can't set LB's persistence to "SOURCE_IP".
bad36d3
to
6ee0578
Compare
Oops ;) |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FengyunPan, anguslees, dims Associated issue: 48500 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test pull-kubernetes-e2e-gce-etcd3 |
Automatic merge from submit-queue |
…inity Automatic merge from submit-queue Enable Service Affinity for OpenStack cloudprovider Fix issue: kubernetes#48500 Kubernetes's OpenStack cloudprovider can't set persistence to "SOURCE_IP" **Release note**: ```release-note NONE ```
Fix issue: #48500
Kubernetes's OpenStack cloudprovider can't set persistence to "SOURCE_IP"
Release note: