Flink Upgrade (Non-Cross-Version)
-
Import the corresponding architecture image to all Flink nodes (Offline Package Download)
- AMD64
- ARM64
crictl pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:VERSIONcrictl pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink-arm64:VERSION -
Modify the configuration file
Update the
flink.yamlfile to use the correct image versions for theflink-jobmanagerandflink-taskmanagerservices.- name: jobmanager
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:VERSION
- name: taskmanager
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:VERSION -
Restart the services
kubectl apply -f flink.yaml