* upgrade to latest dependencies bumping knative.dev/networking c037e29...e9d3a55: > e9d3a55 adjust domain validation in kcert (# 755) > dd05ffd upgrade to latest dependencies (# 753) > 3ad2fdc Update actions (# 752) > fe0ac7d Update community files (# 751) > 68f0fa7 add new field 'Domain' to kcert spec (# 747) > a51817e upgrade to latest dependencies (# 750) > bc7a7e5 Update community files (# 749) > eee5118 upgrade to latest dependencies (# 748) > f1db313 upgrade to latest dependencies (# 746) > 383bb2f Update community files (# 745) > 891aac2 upgrade to latest dependencies (# 740) > 5be75f2 upgrade to latest dependencies (# 739) bumping knative.dev/serving cd1cd1a...6b7e09a: > 6b7e09a upgrade to latest dependencies (# 13616) > 2338826 Don't default Revision values when BYO name is unchanged. (# 13565) > f2147ef Stream logs from system and test namespace in upgrade tests (# 13587) > b989439 Ensure the autoscaler only has a single elector (# 13585) > 873eb5c Advance pvc e2e test to beta (# 13535) > 5cb43ab Update net-gateway-api nightly (# 13615) > 8064f6b Update net-gateway-api nightly (# 13614) > 52e79f7 show an error when curling the istio release (# 13612) > a5d0384 Update net-contour nightly (# 13613) > 2c117e8 Update net-gateway-api nightly (# 13607) > 06f59e3 Update net-kourier nightly (# 13608) > aa744ae Update net-certmanager nightly (# 13606) > cd2ad0c Update actions (# 13604) > 162b8fb consistent label selector for Service - include app label (# 13265) > 76005a0 upgrade to latest dependencies (# 13594) > ff959e4 Update net-kourier nightly (# 13599) > fc1cf65 Update net-contour nightly (# 13597) > 3db1864 Update net-istio nightly (# 13596) > bab961f Update net-certmanager nightly (# 13595) > e6db06e Update net-gateway-api nightly (# 13598) > 10a8e38 Update community files (# 13593) > b421efb Update net-kourier nightly (# 13590) > 288e59a Update net-contour nightly (# 13578) > 6d70f59 Update net-gateway-api nightly (# 13577) > b9d0952 Update net-certmanager nightly (# 13588) > 7b5c641 upgrade to latest dependencies (# 13573) > 4ad830a add fetch depth so we can fetch the tags (# 13586) > fb0c4bd Add setup script for internal-encryption e2e test (# 13559) > 11d88db Update community files (# 13584) > aaa992e upgrade to latest dependencies (# 13564) > 3b8f17c Update net-kourier nightly (# 13561) > 35abde0 Update net-istio nightly (# 13556) > 88ccb50 Update net-certmanager nightly (# 13557) > 3812acf Update net-contour nightly (# 13555) > cd50d85 Update net-gateway-api nightly (# 13554) > 01676d5 Update net-kourier nightly (# 13547) > f1b45e6 Update net-istio nightly (# 13549) > f0379ef Update net-certmanager nightly (# 13548) > 114bebe Update net-contour nightly (# 13550) > 38fa7c0 Update community files (# 13545) > 017bb66 Update net-istio nightly (# 13538) > a4f6edc Update net-contour nightly (# 13534) > 442877d Update net-certmanager nightly (# 13533) > b4198e7 Update net-kourier nightly (# 13532) > ceb505d Update net-gateway-api nightly (# 13530) > 99c3d5a Update net-gateway-api nightly (# 13527) > 95a6492 upgrade to latest dependencies (# 13526) > 7f217bb Use ubuntu 20.04 for kind e2e tests (# 13528) > 327bf91 Update net-istio nightly (# 13524) > 1beadbd Update net-gateway-api nightly (# 13523) > 0ea12f4 Update net-contour nightly (# 13520) > bcef4be Update net-contour nightly (# 13514) > b7492cc Update net-certmanager nightly (# 13509) > 5b217ef Update net-istio nightly (# 13510) > 2ba4499 Don't set seccomp profile in the queue proxy (# 13507) > e17e4d1 Update net-contour nightly (# 13502) > 05a28e0 Ensure probes from the autoscaler are not passed to the user-container (# 13501) bumping knative.dev/hack c12c1bf...c7cfcb0: > c7cfcb0 Update community files (# 263) > af8745e Update community files (# 262) > cf3796d Upload attestations and print cosign version (# 261) > b9801b4 Update community files (# 260) > 7233e77 No more sugar controller in upstream eventing (# 259) Signed-off-by: Knative Automation <automation@knative.team> * Fix broker test Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: David Simansky <dsimansk@redhat.com> |
||
|---|---|---|
| .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.