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

🐛 controlplane: Normalise image name for kube-proxy, and validate Kubernetes versions #2691

Merged
merged 2 commits into from
Mar 16, 2020

Conversation

randomvariable
Copy link
Member

Signed-off-by: Naadir Jeewa jeewan@vmware.com

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.

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 16, 2020
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 16, 2020
@vincepri
Copy link
Member

/assign

Copy link
Member

@fabriziopandini fabriziopandini left a 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

util/util.go Outdated Show resolved Hide resolved
util/util.go Outdated Show resolved Hide resolved
util/util.go Outdated Show resolved Hide resolved
util/util.go Outdated Show resolved Hide resolved
util/util.go Outdated Show resolved Hide resolved
@randomvariable randomvariable force-pushed the proxy-validation branch 2 times, most recently from 7d8622b to 5e1a887 Compare March 16, 2020 15:07
@yastij
Copy link
Member

yastij commented Mar 16, 2020

/retest

util/util.go Outdated Show resolved Hide resolved
util/util.go Show resolved Hide resolved
util/util.go Outdated Show resolved Hide resolved
@randomvariable randomvariable force-pushed the proxy-validation branch 4 times, most recently from e02be71 to d66ccbf Compare March 16, 2020 19:31
@randomvariable randomvariable force-pushed the proxy-validation branch 3 times, most recently from 13ba216 to 59b77f4 Compare March 16, 2020 20:43
@vincepri
Copy link
Member

@randomvariable +1 to remove wip?

@randomvariable
Copy link
Member Author

I think so

@randomvariable randomvariable changed the title [wip] controlplane: Normalise image name for kube-proxy controlplane: Normalise image name for kube-proxy Mar 16, 2020
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 16, 2020
@randomvariable randomvariable changed the title controlplane: Normalise image name for kube-proxy 🐛 controlplane: Normalise image name for kube-proxy, and validate Kubernetes versions Mar 16, 2020
Copy link
Member

@vincepri vincepri left a 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

@k8s-ci-robot k8s-ci-robot added this to the v0.3.1 milestone Mar 16, 2020
@k8s-ci-robot
Copy link
Contributor

[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 /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 Mar 16, 2020
@randomvariable randomvariable force-pushed the proxy-validation branch 2 times, most recently from 80bc61d to 0357c8d Compare March 16, 2020 21:15
Signed-off-by: Naadir Jeewa <jeewan@vmware.com>
Signed-off-by: Naadir Jeewa <jeewan@vmware.com>
@ncdc
Copy link
Contributor

ncdc commented Mar 16, 2020

I'm good with this, thanks!
/lgtm

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.

Support variants of image tags in KCP for kube-proxy, coredns etc...
8 participants