Flink-kubernetes-operator

    Since this addon dependents fluxcd and cert-manager addon, so will enable them automatically. Check the status of them:

    1. vela show flink-cluster
    2. # Specification
    3. # Specification
    4. | NAME | DESCRIPTION | TYPE | REQUIRED | DEFAULT |
    5. | name | Specify the flink cluster name. | string | true | |
    6. | namespace | Specify the namespace for flink cluster to install. | string | true | |
    7. | nots | Specify the taskmanager.numberOfTaskSlots, e.g "2". | string | true | |
    8. | flinkVersion | Specify the flink cluster version, e.g "v1_14". | string | true | |
    9. | image | Specify the image for flink cluster to run, e.g "flink:latest". | string | true | |
    10. | jarURI | Specify the uri for the jar of the flink cluster job, e.g | string | true | |
    11. | parallelism | Specify the parallelism of the flink cluster job, e.g 2. | int | true | |
    12. | replicas | Specify the replicas of the flink cluster jobManager, e.g 1. | int | true | |
    13. | jmcpu | Specify the cpu of the flink cluster jobManager, e.g 1. | int | true | |
    14. | jmmem | Specify the memory of the flink cluster jobManager, e.g "1024m". | string | true | |
    15. | tmcpu | Specify the cpu of the flink cluster taskManager, e.g 1. | int | true | |
    16. | tmmem | Specify the memory of the flink cluster taskManager, e.g "1024m". | string | true | |
    17. +--------------+------------------------------------------------------------------------------------------------------+--------+----------+---------+

    First please make sure your cluster already exists namespace flink-cluster.

    Check the flink cluster