Eventing experimental features
Warning
Experimental features are unstable and may cause issues in your Knative setup or even your cluster setup. These features should be used with caution, and should never be tested on a production environment. For more information about quality guarantees for features at different stages of development, see the Feature stage definition documentation.
You must have a Knative cluster running with Knative Eventing installed.
When you install Knative Eventing, the ConfigMap is added to your cluster in the knative-eventing
namespace.
To disable it, you can either remove the flag or set it to disabled
:
apiVersion: v1
metadata:
namespace: knative-eventing
labels:
knative.dev/config-propagation: original
knative.dev/config-category: eventing
data:
new-cool-feature: disabled
The following table gives an overview of the available experimental features in Knative Eventing: