GoogleCloudPlatform / flink-on-k8s-operator

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.
Apache License 2.0
658 stars 266 forks source link

jobManager.accessScope is required or not? #481

Open balonik opened 2 years ago

balonik commented 2 years ago

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