-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support exposing service via metallb #175
Support exposing service via metallb #175
Conversation
|
The code looks good to me but I have limited knowledge around metallb. |
912ad41
to
187f9c5
Compare
/hold |
187f9c5
to
135f951
Compare
135f951
to
d7c2f47
Compare
658a74f
to
499435b
Compare
70c6a93
to
2266fea
Compare
if err != nil { | ||
return ctrl.Result{}, fmt.Errorf("failed create network annotation from %s: %w", | ||
instance.Spec.NetworkAttachments, err) | ||
} |
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.
I wonder if eventually we might want to surface this in the conditions, but I suppose it will be rare for that nad.CreateNetworksAnnotation(...)
func to ever return an 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.
+1 from me
/unhold |
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.
looks good to me
2266fea
to
9022948
Compare
it was deprecated in rocky and removed in train See https://bugs.launchpad.net/keystone/+bug/1829453
9022948
to
07d06f2
Compare
/test keystone-operator-build-deploy |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olliewalsh, stuggi 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 |
E.g. to expose the api on an internalapi network which
Depends-On: openstack-k8s-operators/lib-common#160