Hi, We are using 1.6.0 operator and attempting to enable HA in flink 1.17 with the following configuration but receiving an error like this.
Error:
admission webhook "
validationwebhook.flink.apache.org" denied the request: Forbidden Flink config key: kubernetes.namespace
HA Configs:
high-availability.type: kubernetes
high-availability.storageDir:
s3://bucket/HA
kubernetes.cluster-id: clustertest1
kubernetes.namespace: test
Tried removing kubernetes.namespace: test config as well then it shows forbidden error with kubernetes.cluster-id.
Error:
admission webhook "
validationwebhook.flink.apache.org" denied the request: Forbidden Flink config key: kubernetes.cluster-id
Is there anything wrong with the kubernetes.cluster-id and kubernetes.namespace configurations?