-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🐛 controlplane: Normalise image name for kube-proxy, and validate Kubernetes versions #2691
🐛 controlplane: Normalise image name for kube-proxy, and validate Kubernetes versions #2691
Conversation
/assign |
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.
@randomvariable thanks!
only one nit from my side, not blocking
7d8622b
to
5e1a887
Compare
/retest |
5e1a887
to
6a920ef
Compare
controlplane/kubeadm/api/v1alpha3/kubeadm_control_plane_webhook_test.go
Outdated
Show resolved
Hide resolved
e02be71
to
d66ccbf
Compare
controlplane/kubeadm/api/v1alpha3/kubeadm_control_plane_webhook.go
Outdated
Show resolved
Hide resolved
13ba216
to
59b77f4
Compare
@randomvariable +1 to remove wip? |
I think so |
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.
/approve
/milestone v0.3.1
/assign @ncdc
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable, vincepri 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 |
80bc61d
to
0357c8d
Compare
Signed-off-by: Naadir Jeewa <[email protected]>
Signed-off-by: Naadir Jeewa <[email protected]>
0357c8d
to
f403892
Compare
I'm good with this, thanks! |
Signed-off-by: Naadir Jeewa [email protected]
What this PR does / why we need it:
Normalises the image name for kube-proxy to support build suffixes for versioning.
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 #2689
Marking as WIP as smoke tests are conducted.