knative-extensions / kn-plugin-admin

Kn plugin for managing a Kubernetes based Knative installation.
Apache License 2.0
7 stars 18 forks source link

Add support for plugin inline feature #37

Closed dsimansk closed 3 years ago

dsimansk commented 3 years ago

Based yesterday's WG call discussion please the support for plugin inline.

In a nutshell it enables plugin to be included in the kn binary during build time therefore allowing custom distributions of kn and removing the complexity of using kn and plugins together in CIs, dev env etc.

More details can be found in kn's docs and an example of such plugin is kn-plugin-source-kafka.

/assign @dsimansk