-
Couldn't load subscription status.
- Fork 616
Allow storage-version-migration job to successfully run when optional CRDs are not installed (inmemorychannels, etc) #8510
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
Conversation
|
Welcome @PinotNoir04! It looks like this is your first PR to knative/eventing 🎉 |
|
Hi @PinotNoir04. Thanks for your PR. I'm waiting for a knative 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8510 +/- ##
=======================================
Coverage 62.78% 62.78%
=======================================
Files 396 396
Lines 24241 24241
=======================================
Hits 15220 15220
Misses 8211 8211
Partials 810 810 ☔ View full report in Codecov by Sentry. |
|
Hey @pierDipi, thanks for looking into the PR. Could you tell me where I am going wrong here? Thanks again for your time. |
|
The error is: It seems that the job is invalid, I think you need to quote the |
| image: ko://knative.dev/pkg/apiextensions/storageversion/cmd/migrate | ||
| env: | ||
| - name: IGNORE_NOT_FOUND | ||
| value: true |
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.
| value: true | |
| value: "true" |
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.
made the change. should I run /retest ?
|
/test reconciler-tests |
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
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, PinotNoir04 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 |
Fixes #8415
Proposed Changes
IGNORE_NOT_FOUNDenvironment variable to true in the storage-version-migrator.yaml filePre-review Checklist
Release Note
Docs