Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

`Error: ImagePullBackOff` by expired token got from ACR. #853

Open ghost opened 5 years ago

ghost commented 5 years ago

Some my containers report Error: ImagePullBackOff. All of them are deployed by Draft before. And deployments are done after deleting draft-pullsecret and re-running draft up. It looks created tokens stored in secret draft-pullsecret are expired.

I think this issue is not critical. But, are there better ways? For example, the secret draft-pullsecret will be updated automatically on each draft up executions.

bacongobbler commented 5 years ago

Yeah, refreshing the pull secret on every invocation would probably do the trick.