bumping knative.dev/eventing 31e4e2e...1241853: > 1241853 Update support rotation (# 5883) > d5201e7 Add test for default deadLetterSink namespace in generic Channel (# 5908) > 24b20f3 upgrade to latest dependencies (# 5902) > 8dd3598 Retry on any webhook EOF error (# 5895) > 1e9f9f1 Implement CE Subscriptions filters (# 5715) > 62219cc upgrade to latest dependencies (# 5894) > 536f2b9 Fix subscription re-resolving channel dlsuri when using it's channel DLS (# 5872) > 3787a04 Update actions (# 5890) > 91c1208 upgrade miekg nad jwt-go to resolve vulnerabilities (# 5889) bumping knative.dev/pkg 91d1932...517ef02: > 517ef02 upgrade to latest dependencies (# 2349) > 0b0c339 Remove unclear comment for makeSpoofClient() (# 2347) > cd0d505 Update actions (# 2346) bumping knative.dev/serving c02ef31...dae92fc: > dae92fc Fix TestRouteCreation to be consistent (# 12283) > 532231b HPA v2beta2 (# 12278) > 670bab7 Update net-contour nightly (# 12275) > 86a64c3 Update net-kourier nightly (# 12276) > dbe20a7 Update net-istio nightly (# 12274) > fad7b08 upgrade to latest dependencies (# 12273) > eb83774 Update net-contour nightly (# 12268) > 883e1cb Update net-kourier nightly (# 12269) > 9aa902f Update net-certmanager nightly (# 12267) > 24766a5 remove mako tests and dependency (# 12266) > 8f4ab1f Disable activator probe optimisation when exec probe is specified (# 12250) > 4861d5f Support image resolution for init containers (# 12152) > b84916c Drop unneeded if blocks from validation (# 12261) > bf9dfbd Drop goroutine leak test for statsserver (# 12259) > 1f77419 Update net-contour nightly (# 12263) > 8e1233e upgrade to latest dependencies (# 12265) > 7a316be Update net-kourier nightly (# 12262) > a54c867 Update net-istio nightly (# 12252) > 0410338 Update actions (# 12258) > 6c3394b upgrade to latest dependencies (# 12256) > 67f3678 Update net-certmanager nightly (# 12254) > cec45d3 Update net-kourier nightly (# 12253) > 47fd41b Update net-contour nightly (# 12251) > bfa5f8a upgrade to latest dependencies (# 12248) > 92b5a12 Update k8s app labels (# 12247) bumping knative.dev/networking 1507a59...3f45c8b: > 3f45c8b bump downstream workflow to use go1.17 (# 563) > 9d00526 upgrade to latest dependencies (# 561) > 526348e upgrade to latest dependencies (# 560) > 4755ad1 Update actions (# 559) bumping knative.dev/hack 96aac1c...128cf01: > 128cf01 Allows to see tag from build_release func (# 104) > e1db8b2 chore: further explain knative CRD-generation support (# 105) Signed-off-by: Knative Automation <automation@knative.team> |
||
|---|---|---|
| .github | ||
| cmd/kn | ||
| config | ||
| conventions | ||
| docs | ||
| hack | ||
| lib | ||
| pkg | ||
| test | ||
| third_party/VENDOR-LICENSE | ||
| tools/knb | ||
| vendor | ||
| .codecov.yaml | ||
| .gitignore | ||
| .golangci.yaml | ||
| .ko.yaml | ||
| CHANGELOG.adoc | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| OWNERS | ||
| OWNERS_ALIASES | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
Kn
The Knative client kn is your door to the Knative
world. It allows you to create Knative resources interactively from the command
line or from within scripts.
kn offers you:
- Full support for managing all features of Knative Serving (services, revisions, traffic splits)
- Growing support for Knative eventing, closely following its development (managing of sources & triggers)
- A plugin architecture similar to that of
kubectlplugins - A thin client-specific API in golang which helps with tasks like synchronously waiting on Knative service write operations.
- An easy integration of Knative into Tekton Pipelines by using
knin a TektonTask.
This client uses the Knative Serving and Knative Eventing APIs exclusively so that it will work with any Knative installation, even those that are not Kubernetes based. It does not help with installing Knative itself though. Please refer to the various Knative installation options for how to install Knative with its prerequisites.
Documentation
Start with the user's guide to learn more. You can read about
common use cases, get detailed documentation on each command, and learn how to
extend the kn CLI. For more information, have a look at:
- User guide
- Installation - How to install
knand run on your machine - Examples - Use case based examples
- Installation - How to install
- Reference Manual - all possible commands and options with usage examples
Additionally you can visit knative.dev for more examples.
Developers
If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.