Service(Closed) error #1820
Unanswered
nilgoyette
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI all. I'm getting a
Service(Closed)
error when trying to create a lease. There's curiously not much information about that error on google, except for its AI auto-answer, and it's not really useful... I did find a hint in one of the discussionsbut I'm not even sure what this sentence means :|
Here's what I'm doing
My app panics at the last line, with a
It's not clear to me how a service can be "closed". I executed a shell in the pod and ran this command
It does return something
It looks like something valid and un-closed! Then I deleted the
ploy-launcher-lease
lease using a-X DELETE
and retried running the pod. Same error. But the previous command told me that there's no lease, which is normal because I deleted it.At that point, I'm not sure what to try. What does
Service(Closed)
mean and how can I fix it?(Yes, I'm using the just-released v2. I was getting the same error before that version too)
Beta Was this translation helpful? Give feedback.
All reactions