-
Notifications
You must be signed in to change notification settings - Fork 74
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
Remove --kube-root deprecated kind argument #259
Remove --kube-root deprecated kind argument #259
Conversation
Welcome @stmcginnis! |
Hi @stmcginnis. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
Test failures do not look related:
Looks like maybe a side effect of an updated test runner environment? |
/retest |
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.
/lgtm
@TerryHowe: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
nudge @pohly |
Looks like CI didn't pass. |
CI for this repo appears to be broken for awhile now. #259 (comment) |
This kubernetes-csi/csi-test#560 may resolve the broken tests |
The --kube-root flag has been deprecated in kind for some time and will be removed. The current equivalent functionality is to pass the path to the kubernetes source as the first non-flag argument to "build node-image". This updates the prow script to use the newer preferred method in preparation for kind dropping the flag. Signed-off-by: Sean McGinnis <[email protected]>
178dea7
to
faf79ff
Compare
Rebased on |
Folks: At some point I'm just going to delete this deprecated flag from kind anyhow, we are doing our best to help projects prepare. Please take a look. |
/test pull-kubernetes-csi-release-tools-csi-test |
@stmcginnis: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/lgtm The pull-kubernetes-csi-release-tools-csi-test failure will get fixed by kubernetes-csi/csi-test#561. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pohly, stmcginnis, TerryHowe 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 |
kubernetes-csi/csi-release-tools@98f23071 Merge kubernetes-csi/csi-release-tools#260 from TerryHowe/update-csi-driver-version kubernetes-csi/csi-release-tools@e9d8712d Merge kubernetes-csi/csi-release-tools#259 from stmcginnis/deprecated-kind-kube-root kubernetes-csi/csi-release-tools@faf79ff6 Remove --kube-root deprecated kind argument kubernetes-csi/csi-release-tools@18b6ac6d chore: update CSI driver version to 1.15 git-subtree-dir: release-tools git-subtree-split: 98f23071d946dd3de3188a7e1f84679067003162
kubernetes-csi/csi-release-tools@98f23071 Merge kubernetes-csi/csi-release-tools#260 from TerryHowe/update-csi-driver-version kubernetes-csi/csi-release-tools@e9d8712d Merge kubernetes-csi/csi-release-tools#259 from stmcginnis/deprecated-kind-kube-root kubernetes-csi/csi-release-tools@faf79ff6 Remove --kube-root deprecated kind argument kubernetes-csi/csi-release-tools@18b6ac6d chore: update CSI driver version to 1.15 git-subtree-dir: release-tools git-subtree-split: 98f23071d946dd3de3188a7e1f84679067003162
kubernetes-csi/csi-release-tools@98f23071 Merge kubernetes-csi/csi-release-tools#260 from TerryHowe/update-csi-driver-version kubernetes-csi/csi-release-tools@e9d8712d Merge kubernetes-csi/csi-release-tools#259 from stmcginnis/deprecated-kind-kube-root kubernetes-csi/csi-release-tools@faf79ff6 Remove --kube-root deprecated kind argument kubernetes-csi/csi-release-tools@18b6ac6d chore: update CSI driver version to 1.15 git-subtree-dir: release-tools git-subtree-split: 98f23071d946dd3de3188a7e1f84679067003162
thank you! |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The
--kube-root
flag has been deprecated in kind for some time and will be removed. The current equivalent functionality is to pass the path to the kubernetes source as the first non-flag argument tobuild node-image
.This updates the prow script to use the newer preferred method in preparation for kind dropping the flag.
Which issue(s) this PR fixes:
Related: kubernetes-sigs/kind#3717
Special notes for your reviewer:
Does this PR introduce a user-facing change?: