Closed jiamo closed 3 years ago
Did you first create FlinkCluster with spec.job.savepointsDir
empty and then update spec.job.savepointsDir
?
As of now, FlinkCluster spec update is only allowed if spec.job.savepointsDir
is initially set.
I think I don't change spec.job.savepointsDir
. It this related https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/pull/392 I rebuild the operator and do it again. It is fine now.
got such error
Error from server (updating job is not allowed when spec.job.savepointsDir was not provided): error when applying patch:
after add spec.job.savepointsDir.
the error don't change.