bumping knative.dev/client-pkg a82272d...f983484: > f983484 Remove license dir (# 178) > 08c9dcb Update community files (# 179) > 6ae69d2 upgrade to latest dependencies (# 176) bumping knative.dev/serving c120704...e8d8610: > e8d8610 Update net-kourier nightly (# 15153) > 531e7d8 [Automated] Update net-gateway-api nightly (# 15136) > 023022a Disable logstream so the Github Action Log Viewer works (# 15146) > 8c91dcf Update net-contour nightly (# 15144) > 40ec5af bump istio,contour,cert-manager (# 15141) > c21fb03 Update net-istio nightly (# 15143) > 7a01ca9 Update net-certmanager nightly (# 15142) > 96fe770 Update net-istio nightly (# 15139) > e64a7e6 Update net-kourier nightly (# 15140) > 2d57e34 Update net-contour nightly (# 15138) > e3b616b Update net-certmanager nightly (# 15137) > 2c23d5a upgrade to latest dependencies (# 15130) > 0196ecc Update community files (# 15135) > e4cef66 Update net-gateway-api nightly (# 15132) bumping knative.dev/eventing f9d8dea...4139fdf: > 4139fdf [main] Update community files (# 7845) > 6585a2b [main] Upgrade to latest dependencies (# 7843) bumping knative.dev/networking a40d058...979f637: > 979f637 [release-1.14] Update test dialer to use ip when available (# 971) Signed-off-by: Knative Automation <automation@knative.team> |
||
|---|---|---|
| .github | ||
| cmd/kn | ||
| config | ||
| conventions | ||
| docs | ||
| hack | ||
| lib | ||
| pkg | ||
| test | ||
| tools/knb | ||
| vendor | ||
| .codecov.yaml | ||
| .gitignore | ||
| .golangci.yaml | ||
| .ko.yaml | ||
| CHANGELOG.adoc | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| DEVELOPMENT.md | ||
| LICENSE | ||
| OWNERS | ||
| OWNERS_ALIASES | ||
| README.md | ||
| SECURITY.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
Refer to 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.
Following are some useful resources for getting-started using kn CLI:
- Installation - how to install
knand run on your machine - Configuration - how to customize
kn - 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. For a list of help wanted issues in Knative, check out CLOTRIBUTOR