This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
paictl.py service delele
hangs on Unable to retrieve pull secret
#1166
Labels
service delete
hangs because service hasn't started actually, but we callservice delete
without checking it.Details:
Now our deployment have some occasional failure, an typical error is
Then deployment failed and PAI service haven't been created.
Jenkins will do clean job after that, in which
paictl.py service delele
invoked.But
paictl.py service delele
have a assumption thatimagePullSecrets
create successfully, otherwise it will hang due toimage pull
failed.The text was updated successfully, but these errors were encountered: