-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Fix to prevent downward api change break on older versions #53673
Fix to prevent downward api change break on older versions #53673
Conversation
Signed-off-by: Timothy St. Clair <timothysc@gmail.com>
856ea77
to
db7cb5f
Compare
/approve |
side note: should we require all |
@ixdy anything that adds new fields or apis, then yes. |
/test pull-kubernetes-unit |
/lgtm |
/approve no-issue |
@timothysc The merge bot blocked waiting on an associated issue. I don't have the permissions to approve. Would you either add an issue or get the needed |
@jpbetz I added the label, it's currently waiting on pull-kubernetes-e2e-kubeadm-gce |
/approve no-issue |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ixdy, jpbetz, timothysc No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 53678, 53677, 53682, 53673). If you want to cherry-pick this change to another branch, please follow the instructions here. |
…53673-origin-release-1.8 Automatic merge from submit-queue. Automated cherry pick of #53551 #53673 Cherry pick of #53551 #53673 on release-1.8. #53551: Add client and server versions to the e2e.test output. #53673: Fix to prevent downward api change break on older versions **Release note**: ``` Prevent downward api-change from breaking on older version ```
Signed-off-by: Timothy St. Clair timothysc@gmail.com
What this PR does / why we need it:
Prevents "should provide pod and host IP as an env var [Conformance]" from running on older versions whose api does not have that field and will break on those clusters.
This is not a upstream tested configuration, but downstream folks do this regularly.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged):N/A
Special notes for your reviewer:
N/A
Release note:
/cc @kubernetes/sig-testing-bugs @jpbetz @marun