-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix cronjob sample bug #815
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 cronjob sample bug #815
Conversation
Use real message_dumper image instead of ko image path.
|
Hi @whynowy. 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 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/test-infra repository. |
|
lgtm, thanks @whynowy |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: samodell, whynowy 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 |
|
I see you just used a message_dumper image without any tags here @whynowy. Looks like in docs/eventing/samples/gcp-pubsub-source/subscriber.yaml Lines 11 to 15 in 9689f68
Does anyone know the cronjob sample doesn't have this comment and the sha256 tag of the same image? Is there an automation at play here? If so, both YAMLs should use the same mechanism? /cc @FuriKuri |
|
@ahmetb: GitHub didn't allow me to request PR reviews from the following users: FuriKuri. Note that only knative members and repo collaborators can review this PR, and authors cannot review their own PRs. 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/test-infra repository. |
|
@ahmetb Not sure if they explicitly added the sha256 tag or did it with an automation. Currently CronJob is doing the way as github (https://github.com/knative/docs/blob/master/eventing/samples/github-source/service.yaml#L12), uses the |
|
I opened #830 which explains the situation better. |
Use real message_dumper image instead of ko image path.
Fixes #813
Used
koimage path in the spec however the installation command in README.rd was "kubectl apply ..."Proposed Changes
koimage path, so that user can try out the samples withoutko.