kn plugins
Warning
An event source plugin has the following characteristics:
- It has a name that is part of the
kn source
group. - It provides CRUD sub-commands;
create
,update
,delete
, , and sometimesapply
.
You can manually install all plugins. To manually install a plugin:
- Download the current release of the plugin from GitHub. See the you can download.
- Rename the file to remove the OS and architecture information. For example, rename
kn-admin-darwin-amd64
tokn-admin
. - Make the plugin executable. For example,
chmod +x kn-admin
.
You can list all available (installed) plugins by entering the command: