GitHub user fi-ecavc added a comment to the discussion: Why can the image be 
successfully uploaded to the image repository when the application is released, 
but the access is denied when the task is to pull the image?

our pod templete:
apiVersion: v1
kind: Pod
metadata:
  namespace: kube-system
name: pod-template
spec:
serviceAccount: flink
hostAliases:
    - ip: "192.168.0.3"
      hostnames:
      - "sss.pigsty"
containers:
  - name: flink-main-container
    volumeMounts:
      - name: juicefs-sc-datalake-pv
        mountPath: /opt/flink/datalake
volumes:
  - name: juicefs-sc-datalake-pv
    persistentVolumeClaim:
      claimName: juicefs-sc-datalake-pvc

imagePullSecrets:      
  - name: streamparksecret

GitHub link: 
https://github.com/apache/incubator-streampark/discussions/3194#discussioncomment-7110812

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

Reply via email to