David Simansky
David Simansky
**Knative Calatog** This feature track is about defining a central repository for Knative addons and the kind of meta-data that it should contain. It is not about the usage of...
### Feature request PoC to research `kn` + inlined supported plugins to be built into single `kn-all-*` binary. (name is a subject to change) Aiming for nightlies at first to...
### Feature request Per discussion at PR #1709. Extend current `--volume` flag to accept config parameter `readOnly=true` to limit volume accessibility. ### UI Example ``` --volume pvc:myvol:readOnly=true ``` /kind good-first-issue...
### Feature request Consider adding a new Ksvc flag to specify activation scale value. That represents number of replicas to be scaled from zero when service is activated. Ref: https://github.com/knative/serving/pull/13161...
Make sure releasasibility check is run on relevant knative-sandbox/kn-plugin-* repositories and excluded elsewhere. E.g: https://github.com/knative-sandbox/knobots/blob/main/actions-omitted.yaml#L3-L5 Plugins regularly released with `kn`: - kn-plugin-admin - kn-plugin-quickstart - kn-plugin-source-kamelet - kn-plugin-source-kafka /kind cleanup
This is follow-up to initial work done in the PR https://github.com/knative/client/pull/1226 to add `knb` tool to enhance plugin inline support. TODO: - [ ] Generate commands documentation in similar way...
Hi, I'd like to prose the following enhancement to `VertxChannelBuilder`. When creating new channel the `HttpClientOptions` aren't exposed or editabled and takeover the defaults. I'd like to add either convenient...
### Expected benefits Currently we use Kubernetes `release-notes` tool to generate release notes markdown files. The flow of updating release note: 1. Run GH action 2. Take generated markdown 3....
To enable further work on EventType changes, ref https://github.com/knative/eventing/pull/7423. /cc @cardil @matzew ## Proposed Changes - Enable serving of EventTypes v1beta3 ### Pre-review Checklist - [ ] **At least 80%...
## Description ## Changes * Fix `kn service wait` for already ready ksvc Per the linked issue, the `wai`t cmd doesn't react properly in case of KSVC is already ready...