bumping knative.dev/pkg 5c8cc3c...a8b7d99: > a8b7d99 Update community files (# 2515) > 0719b40 upgrade to latest dependencies (# 2512) > 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511) > ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510) > af54d73 Support fetching configs from `ctx`. (# 2505) > 5f5455f Use the updated action that infers the module name (# 2509) > 4fced01 Use knative/action/go/downstream-test (# 2507) > 16b36b7 Add support for admission webhook warnings. (# 2498) > 6ec9c1a Fix linting (# 2506) bumping knative.dev/serving f6cb424...f726b1d: > f726b1d Bump cert-manager to 1.8.0 (# 12923) > 01f15e1 Update net-gateway-api nightly (# 12920) > dcb16f2 Update net-kourier nightly (# 12919) > d9f4954 Update net-istio nightly (# 12918) > 69bf45c Update net-certmanager nightly (# 12901) > 754ea6c Update net-kourier nightly (# 12916) > 4273c6e Update net-contour nightly (# 12915) > 119517a Update net-gateway-api nightly (# 12902) > 18da4c0 upgrade to latest dependencies (# 12907) > 8129005 Update community files (# 12913) > 9dc1baa run go.mod tidy (# 12911) > 061be9e Fixing the panicRPSM parameter in autoscaler (# 12910) > 7aa5d8a Update net-kourier nightly (# 12903) bumping knative.dev/eventing 01f5612...9af9870: > 9af9870 upgrade to latest dependencies (# 6371) > 59e25b8 Export trace for events which exceeded unavailable period limit (# 6372) > 22e2a2c upgrade to latest dependencies (# 6365) > e033a2a Update community files (# 6369) > ec36c86 upgrade to latest dependencies (# 6360) bumping knative.dev/networking 591d2bb...91dcb36: > 91dcb36 Update community files (# 667) > 8d5dcbe upgrade to latest dependencies (# 666) > a60cb5f upgrade to latest dependencies (# 665) bumping knative.dev/hack 5f47386...a8076b0: > a8076b0 Model []byte as strings (# 175) > ccf82ad Update community files (# 174) > 46c77f1 Skip passing enable-ha flag to test script (# 173) 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.