You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: