client
client copied to clipboard
Knative developer experience, docs, reference Knative CLI implementation
### Feature request Expose the `WatchService` function via `KnServingClient` interface. This will make the function available to users outside the project. ### Use case I want to use the kn...
As a Windows user, I would like the ability to install `kn` via a package manager such as [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org/) to help simplify the installation/update process of working with...
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...
### Feature request The CLI to print a notification if a user is using the older version and is recommended to get the new version. ### Use case As kn...
Bump after control-protocol cut -nak3 /cc knative/client-wg-leads /assign knative/client-wg-leads Produced by: knative-sandbox/knobots/actions/update-deps
### Feature request I want the CLI to provide the option to specify Node Selector for a service. ### Use case I have an ML service that runs on A100...
## Description ## Changes * Setting container's RunAsUser field based on the `--user` flag at the end so it does not reinitialize the security context ## Reference Fixes #1926 **Release...
### Bug report Specifying `--user` flag does not populate the knative service yaml with the supplied value. ### Expected behavior ` kn service create s0 --image knativesamples/helloworld --user 1001` should...
## Description Adds ability to assign knative services to nodes ## Changes * adds `nodeSelector`, `nodeAffinity` and `toleration` to podspec * adds update functions in `podspec_helper.go` for each of those...
👋 Hello, awesome contributor! Are you excited about Knative and open-source development? You're in the right place! This is a mini-project for the upcoming 48h Knative event—a 48-hour hackathon designed...