-
Notifications
You must be signed in to change notification settings - Fork 284
Pr use existing networks #477
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
Pr use existing networks #477
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @jichenjc |
|
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/uncc |
| } | ||
| } else { | ||
| if openStackCluster.Status.Network == nil { | ||
| return nil, fmt.Errorf("no network was found in OpenStackCluster.Status.Network") |
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.
maybe we need add some info that because the machine doesn't have network spec and cluster network is also nil
so we return error..
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.
Agree. Fixed
|
/lgtm |
* use existing networks, fallback to network/subnet defined in cluster status * linter fixes * remove the network filters which are not required anymore * regen code/crds * review fixes * fix tests, by fixing kustomize * fix tests
Ups, deleted the old branch so the old PR was closed. So again:
Okay I tested my existing multi-node setup and I tested it with remove networks filter. Both worked
@jichenjc Can you test if you're now able to use loadbalancers by setting the network and subnet fields (filters) in the ClusterSpec?
Edit: Old PR was this one: #475