mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Add sections: 1. kn plugins general info 2. using kafka source using kn plugin Improvements in the kn kafka plugin docs Attempt to fix build failure Remove problematic xref Attempt to fix a bad xref Multiple improvements Remove one of the two verification options s/test-topic/my-topic and s/test-consumer-group/my-consumer-group in procedure Fix kn plugin name Fix image spec in command invocation Implement peer review feedback Miniscule style fixes
11 lines
542 B
Plaintext
11 lines
542 B
Plaintext
// Module is included in the following assemblies:
|
|
//
|
|
// serverless/installing-kn.adoc
|
|
|
|
[id="serverless-kn-plugins_{context}"]
|
|
= kn plug-ins
|
|
|
|
The Red Hat distribution of the CLI command `kn` contains extensions of `kn` known as plug-ins. The main use of plug-ins is to extend `kn` by providing additional commands on {ServerlessProductName}, such as for the Kafka stack API. The `kn` plug-ins are used in the same way as the main `kn` functionality.
|
|
|
|
Currently, Red Hat provides the `kn-source-kafka` plug-in as a Technology Preview feature.
|