Skip to main content

Flink Upgrade (Non-Cross-Version)

  1. Import the corresponding architecture image to all Flink nodes (Offline Package Download)

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

    Update the flink.yaml file to use the correct image versions for the flink-jobmanager and flink-taskmanager services.

    - name: jobmanager
    image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:VERSION
    - name: taskmanager
    image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:VERSION
  3. Restart the services

    kubectl apply -f flink.yaml