Skip to content
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

✨ Add ability to set DockerClusterSpec load balancer #4951

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

stmcginnis
Copy link
Contributor

What this PR does / why we need it:

We need the ability to set the repository and tag of the load balancer
to use. This adds a field to the DockerClusterSpec in the v1alpha4 API
to enable this.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #4950

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 15, 2021
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 15, 2021
@stmcginnis stmcginnis changed the title ✨ Add ability to set DockerClusterSpec load balancer ✨ [WIP] Add ability to set DockerClusterSpec load balancer Jul 15, 2021
@stmcginnis
Copy link
Contributor Author

Looks like I'll need some pointers on the object conversion handling.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 2021
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 19, 2021
@stmcginnis
Copy link
Contributor Author

/retest

@stmcginnis
Copy link
Contributor Author

@fabriziopandini it would be great to get your feedback on how I tied in using the image setting for the loadbalancer.Create() call. Just let me know if there are alternatives that would be preferable to how that was done.

@stmcginnis stmcginnis changed the title ✨ [WIP] Add ability to set DockerClusterSpec load balancer ✨ Add ability to set DockerClusterSpec load balancer Jul 19, 2021
@stmcginnis
Copy link
Contributor Author

@vincepri I didn't follow your suggestion because I wasn't quite sure how that would fit here. But now that I have a working skeleton in place, maybe you could point out where you think it could be improved?

@fabriziopandini
Copy link
Member

@stmcginnis PR looks great to me
/lgtm

@sbueringer PTAL

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 20, 2021
@sbueringer
Copy link
Member

@stmcginnis just a bunch of nits

We need the ability to set the repository and tag of the load balancer
to use. This adds a field to the DockerClusterSpec in the v1alpha4 API
to enable this.

Signed-off-by: Sean McGinnis <[email protected]>
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 20, 2021
@sbueringer
Copy link
Member

Thx!!
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 20, 2021
@fabriziopandini
Copy link
Member

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fabriziopandini

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 22, 2021
@k8s-ci-robot k8s-ci-robot merged commit 78cf4e9 into kubernetes-sigs:master Jul 22, 2021
@k8s-ci-robot k8s-ci-robot added this to the v0.4 milestone Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CAPD: make the kindest/haproxy image configurable
4 participants