The namespace and cluster id are automatically set based on the namespace and name of the FlinkDeployment resource .
This is an important design choice that allows efficient management of the applications. Gyula On Wed, 14 Jun 2023 at 19:31, Nathan Moderwell < nathan.moderw...@robinhood.com> wrote: > Saw this error when creating a job: > >> unable to create object: admission webhook " >> validationwebhook.flink.apache.org" denied the request: Forbidden Flink >> config key: kubernetes.namespace > > > Looking through the source code, I see these are forbidden config keys, > but could not find any explanation for why searching through blame and old > PR's. Do we not need this for HA setup with FlinkDeployment CRD? > > https://github.com/apache/flink-kubernetes-operator/blob/d43e1ca9050e83b492b2e16b0220afdba4ffa646/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/validation/DefaultValidator.java#L64-L69 > > Thanks, > Nathan >