Skip to content

Commit

Permalink
Merge pull request #2020 from mrunalp/conmon_status_1.13
Browse files Browse the repository at this point in the history
[1.13] oci: read conmon process status
  • Loading branch information
k8s-ci-robot committed Jan 15, 2019
2 parents 1fecbd3 + 9757246 commit 712f132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oci/oci.go
Expand Up @@ -305,6 +305,7 @@ func (r *Runtime) CreateContainer(c *Container, cgroupParent string) (err error)
someData := []byte{0}
_, err = parentStartPipe.Write(someData)
if err != nil {
cmd.Wait()
return err
}

Expand Down

0 comments on commit 712f132

Please sign in to comment.