Skip to content

Use correct images for alpha and dev builds #865

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

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

mattcary
Copy link
Contributor

@mattcary mattcary commented Nov 6, 2021

/kind failing-test

See failing migration tests, eg https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-gcp-compute-persistent-disk-csi-driver-latest-k8s-master-migration/1456750077849636864.

The migration tests use the dev overlay, which get images from alpha.

The alpha image overlay included some images apparently targeted at windows. However, metadata name doesn't mean anything, and the transformers changed the images on all versions. The csi driver image ends up being a no-op, because the tag is set to the latest build, but the node-driver-registrar change is effective. When the registrar was updated to 2.3.0, the liveness probe was added (and maybe other things); this is incompatible with the 2.1.0 version.

I don't think it's necessary to use special versions for windows at this point anyway. If we do, we'll have to change the image names in the kustomize base so that we can target windows nodes anyway.

/assign @jingxu97
/assign @saikat-royc

None

Change-Id: Ife6cf86f2fea1465cee3ed1815d1fc4af0e6583f
@k8s-ci-robot k8s-ci-robot added the release-note-none Denotes a PR that doesn't merit a release note. label Nov 6, 2021
@k8s-ci-robot k8s-ci-robot added kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Nov 6, 2021
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 6, 2021
@saikat-royc
Copy link
Member

the change looks good to me. Will let @jingxu97 lgtm it

@jingxu97
Copy link
Contributor

jingxu97 commented Nov 8, 2021

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 8, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jingxu97, mattcary

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 merged commit bc88549 into kubernetes-sigs:master Nov 8, 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. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants