Registration token problem for ephemeral runners? #2224
-
Hello community, maybe I got something wrong. But ARC is using ephemeral runners. So when a job is over, the runner gets deleted. -> How is that supposed to happen to provide fresh Registration Tokens then? I think I got something wrong. Can someone please explain? After reading the docs several times, it is not clear to me. I am asking because I am getting runner registration errors in my AKS pods after the first successful run of a runner. Please notice: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, now I understood :-) The environment variables, which hold the token and the runner-name, are maintained automatically by the context. That's great! It is working just fine! My question is now solved :-) |
Beta Was this translation helpful? Give feedback.
Ok, now I understood :-) The environment variables, which hold the token and the runner-name, are maintained automatically by the context. That's great! It is working just fine! My question is now solved :-)