bumping knative.dev/eventing c9821a9...7ea8857: > 7ea8857 [main] Upgrade to latest dependencies (# 8647) > db313c1 feat: webhook validates new config-observability (# 8633) > 4e3838c fix: containersource template labels are correctly set on deployment (# 8634) > aef77d7 Add option to ApiServerSource to skip permissions check (# 8615) > 37dd673 Instrument adapater with otel, cleanup OpenCensus references (# 8640) bumping golang.org/x/time 2c6c5a2...1616a7f: > 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary > 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated] > 66520f6 rate: simplify function advance only returns new Tokens to caller bumping knative.dev/serving bf962e6...5765200: > 5765200 upgrade to latest dependencies (# 15969) > f1f4f69 Update net-kourier nightly (# 15972) > 2af2419 Update net-istio nightly (# 15971) Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.github | ||
cmd/kn | ||
config | ||
conventions | ||
docs | ||
hack | ||
pkg | ||
test | ||
tools/knb | ||
.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 | ||
go.work | ||
go.work.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
kubectl
plugins - 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
kn
in 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
kn
and 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