Skip to main content

Non-Cross Version

  1. Download the mirror of the new version

    Operations are required on each node server in a kubernetes cluster.

    crictl pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
  2. Modify the configuration file

    Modify the version of the mirrors used by the flink-jobmanager and flink-taskmanager services in flink. yaml.

    - name: jobmanager
    image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
    - name: taskmanager
    image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
  3. Restart service

    kubectl apply -f flink.yaml