[ https://issues.apache.org/jira/browse/FLINK-36529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-36529: ----------------------------------- Labels: pull-request-available (was: ) > Support greater or equals logic for operator flink version default configs > -------------------------------------------------------------------------- > > Key: FLINK-36529 > URL: https://issues.apache.org/jira/browse/FLINK-36529 > Project: Flink > Issue Type: New Feature > Components: Kubernetes Operator > Reporter: Gyula Fora > Priority: Major > Labels: pull-request-available > > The operator currently allows the following syntax for defining flink version > specific defaults: > kubernetes.operator.default-configuration.flink-version.v1_18.key: value > The problem with this is that usually these defaults should be applied to > newer Flink versions as well in many cases, forcing config duplications. > We should introduce a + syntax for configs applied to a version and above: > kubernetes.operator.default-configuration.flink-version.v1_18+.key: value > in this case key:value would be applied to all Flink version greater or equal > to 1.18 -- This message was sent by Atlassian Jira (v8.20.10#820010)