ARC not running, no errors in the logs #2852
Unanswered
GabrielTabares
asked this question in
Questions
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.
-
Hello,
We are trying to run ARC on an AKS cluster.
I have got the helm chart, modified it a little bit (namespace and application name) and then we run the .yaml files from TF, so it picks up the secrets directly from Key Vault.
I have got to the point before I add the DeplomentRunner but the manager container in the arc pod does not start up properly. It tries to run but the only error I get is exit with error status 128.
I worked out that, if I pass an invalid command line arg, it errors out with debug, and this is the input:
Any suggestions on what I can do to debug this? Normally, I would run a shell but the container has not got one.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions