flink-on-k8s-operator icon indicating copy to clipboard operation
flink-on-k8s-operator copied to clipboard

jobManager.accessScope is required or not?

Open balonik opened this issue 3 years ago • 0 comments

Hi, in your CRD docs you have that jobManager.accessScope is optional parameter. But in CRD definition it is as required. Could you please update the CRD or docs, because it is reported by various validators if it is not set in FlinkCluster manifest.

Validation error from VS Code: Missing property "accessScope".yaml-schema: kubernetes://schema/flinkoperator.k8s.io/v1beta1%40flinkcluster Validation error from kubeconform: clusters/dev-cluster.yaml - FlinkCluster dev-cluster is invalid: For field spec.jobManager: accessScope is required

balonik avatar Jan 18 '22 07:01 balonik