flink-on-k8s-operator
flink-on-k8s-operator copied to clipboard
jobManager.accessScope is required or not?
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