The current git-sync process outputs the error information to standard out, which is inaccessible from outside the container. Users have to dump the logs using kubectl logs in order to check the error details in the git-sync process. This commit exports the error details to a file, which provides users the capability to check the errors directly from other sidecar containers. proposal: https://github.com/kubernetes/git-sync/issues/326 |
||
|---|---|---|
| .. | ||
| main.go | ||
| main_test.go | ||
| webhook.go | ||
| webhook_test.go | ||