Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Feb 18, 2021
1 parent 4bc2fb3 commit 92c08fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/kpexec/kpexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const (
# Set cnsenter pod's image
kpexec -it -T --cnsenter-img=ssup2/my-cnsenter-tools:latest mypod -c golang-container -- bash
# Run cnsentor pod garbage collector
# Run cnsenter pod garbage collector
kpexec --cnsenter-gc
`
)
Expand Down Expand Up @@ -449,7 +449,7 @@ func (o *Options) Run(args []string, argsLenAtDash int) error {
if !strings.Contains(err.Error(), "completed pod") {
return fmt.Errorf("failed to attach to cnsenter pod : %+v", err)
}
// If cnsentor pod is terminated, get it's log
// If cnsenter pod is terminated, get it's log
}

// Get cnsenter pod's logs
Expand Down

0 comments on commit 92c08fe

Please sign in to comment.