You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why can the image be successfully uploaded to the image repository when the application is released, but it fails immediately without any prompting?
#3189
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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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:
volumeMounts:
mountPath: /opt/flink/checkpoints
mountPath: /opt/flink/savepoints
mountPath: /opt/flink/paimon
volumes:
persistentVolumeClaim:
claimName: flink-checkpoints-csi-pvc
persistentVolumeClaim:
claimName: flink-savepoints-csi-pvc
persistentVolumeClaim:
claimName: flink-paimon-csi-pvc
imagePullSecrets:
Beta Was this translation helpful? Give feedback.
All reactions