Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

create jobcluster failed #403

Closed
Closed
@jiamo

Description

@jiamo
kubectl apply -f config/samples/flinkoperator_v1beta1_flinkjobcluster.yaml

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.

  job:
    jarFile: ./examples/streaming/WordCount.jar
    className: org.apache.flink.streaming.examples.wordcount.WordCount
    args: ["--input", "./README.txt"]
    parallelism: 2
    savepointsDir: gs://flink-save

the error don't change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions