knative / operator

Combined operator for Knative.
Apache License 2.0
185 stars 98 forks source link

Support feature flags through KnativeServing CRD in the Operator #1838

Open kromanow94 opened 1 month ago

kromanow94 commented 1 month ago

Problem It would be nice if the knative feature flags could be configurable through the KnativeServing CRD.

https://knative.dev/docs/serving/configuration/feature-flags/

Persona: System Operator

Exit Criteria Feature flags can be configured by the Operator for knative serving through the KnativeServing CRD.

houshengbo commented 1 month ago

@kromanow94 Do you mean to configure the config-features ConfigMap? The operator is able to configure any ConfigMap available with knative serving and eventing: https://knative.dev/docs/install/operator/configuring-with-operator/#configuring-knative-by-using-the-operator

kromanow94 commented 1 month ago

Maybe the config-features config map is supported by the operator through code but not in the CRD? I wasn't able to find the features: section in the CRDs: