Skip to content

How to debug my init git container #1472

Discussion options

You must be logged in to vote

Before updating the connections or changing anything about your current deployment, please perform the following debugging steps:

  1. Enable logs from all containers:

  2. You can also inspect the operations from the statuses page to get more information (for distributed runs you can select the correct pod)

  3. You can suspend the init container using :

  - connection: my-connection
    git: {...}
    container:
      command: ["/bin/bash", "-c"]
      args: ["sleep 3600"]
  1. Use shell to get inside the container (for distributed runs you can select the correct pod and container):

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polyaxon-team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant