GitHub user fi-ecavc closed a discussion: Why can the image be successfully 
uploaded to the image repository when the application is released, but it fails 
immediately without any prompting?

Why can the image be successfully uploaded to the image repository when the 
application is released, but it fails immediately without any prompting? I use 
Alibaba Cloud's ACR. 

![1695692976830](https://github.com/apache/incubator-streampark/assets/10372053/168ee33f-6f0f-4369-bdce-a7c0bc19d3c0)
![1695693097512](https://github.com/apache/incubator-streampark/assets/10372053/7f419deb-1dfe-44d6-96f3-0ac4934b56bf)


My pod template is defined as:
apiVersion: v1
kind: Pod
metadata:
name: pod-template
spec:
  serviceAccount: flink
  hostAliases:
    - ip: "192.168.0.3"
      hostnames:
      - "sss.pigsty"
  containers:
  - name: flink-main-container
    volumeMounts:
      - name: flink-checkpoints-csi-pvc
        mountPath: /opt/flink/checkpoints
      - name: flink-savepoints-csi-pvc
        mountPath: /opt/flink/savepoints
      - name: flink-paimon-csi-pvc
        mountPath: /opt/flink/paimon
  volumes:
  - name: flink-checkpoints-csi-pvc
    persistentVolumeClaim:
      claimName: flink-checkpoints-csi-pvc
  - name: flink-savepoints-csi-pvc
    persistentVolumeClaim:
      claimName: flink-savepoints-csi-pvc
  - name: flink-paimon-csi-pvc
    persistentVolumeClaim:
      claimName: flink-paimon-csi-pvc

  imagePullSecrets:      
  - name: streamparksecret



GitHub link: https://github.com/apache/incubator-streampark/discussions/3189

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to