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:

    1. apiVersion: v1
    2. metadata:
    3. namespace: knative-eventing
    4. labels:
    5. knative.dev/config-propagation: original
    6. knative.dev/config-category: eventing
    7. data:
    8. new-cool-feature: disabled

    The following table gives an overview of the available experimental features in Knative Eventing: