Tianxin Dong
Tianxin Dong
### What version of CUE are you using (`cue version`)? $ cue version 0.4.3 ### Does this issue reproduce with the latest release? yes ### What did you do? ```...
### What version of CUE are you using (`cue version`)? $ cue version 0.4.3 ### Does this issue reproduce with the latest release? Yes. ### What did you do? Some...
### What version of CUE are you using (`cue version`)? $ cue version 0.4.3 ### Does this issue reproduce with the latest release? yes ### What did you do? Resolve...
We should disable our default state if the user has specified the state. /assign
Addon model-serving uses Seldon to serving models, and Seldon Core currently only supports the V1 Ambassador APIs: https://docs.seldon.io/projects/seldon-core/en/latest/ingress/ambassador.html The V1 Ambassador requires Kubernetes version < 1.22.
Signed-off-by: FogDong ### Description of your changes add nocalhost ui schema ### How has this code been tested? ### Checklist I have: - [x] Title of the PR starts with...
**Is your feature request related to a problem? Please describe.** KubeVela can be integrated with other CI tools like Jenkins or Argo, we can have Jenkins as our plugin to...
### What version of CUE are you using (`cue version`)? $ cue version v0.4.4 ### Does this issue reproduce with the latest release? yes ### What did you do? The...
**Is your feature request related to a problem? Please describe.** We want to use asynq to stream some messages, once the server publishes the message in the channel, the client...
Fix #437 This PR adds `publish` and `getPubSub` so that users can use `publish` to stream messages and use `getPubSub` to receive.