-
Notifications
You must be signed in to change notification settings - Fork 834
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
Basic support for Cloudevents with KNative Eventing Example #1572
Conversation
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
Sat Mar 21 15:14:25 UTC 2020 impatient try |
Sat Mar 21 15:14:28 UTC 2020 impatient try |
Mon Mar 23 18:37:46 UTC 2020 impatient try |
Mon Mar 23 18:38:17 UTC 2020 impatient try |
Mon Mar 23 18:53:22 UTC 2020 impatient try |
Mon Mar 23 18:53:31 UTC 2020 impatient try |
I have run into a blocker that doesn't allow the build of the controller, currently an open issue here: kubernetes-sigs/controller-tools#391 |
Sat Mar 28 13:00:23 UTC 2020 impatient try |
Sat Mar 28 13:01:30 UTC 2020 impatient try |
Sat Mar 28 13:45:28 UTC 2020 impatient try |
Sat Mar 28 13:46:31 UTC 2020 impatient try |
Sat Mar 28 13:49:54 UTC 2020 impatient try |
Sat Mar 28 13:49:55 UTC 2020 impatient try |
@cliveseldon all comments have been resolved, it no longer reaches directly to the ingress (and reaches to the service itself), and the cloud events are only returned for cloud event types. |
Mon Mar 30 15:13:55 UTC 2020 impatient try |
Mon Mar 30 15:13:56 UTC 2020 impatient try |
/test integration |
Mon Mar 30 15:15:49 UTC 2020 impatient try |
@axsaucedo A few small comments and then I think we are close to merge |
/test integration |
Mon Mar 30 16:53:49 UTC 2020 impatient try |
Mon Mar 30 16:54:10 UTC 2020 impatient try |
Mon Mar 30 16:54:37 UTC 2020 impatient try |
@axsaucedo: The following test failed, say
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. I understand the commands that are listed here. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cliveseldon 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 |
[PR is currently blocked by https://github.com/kubernetes-sigs/controller-tools/issues/391]
This PR contains basic support for cloudevents with knative eventing, including:
Key things to consider:
seldon.<deploymentname>.request
(and suffix changes to.response
for the return value)Outstanding: