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.   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]
