Skip to content

Commit

Permalink
sleep because wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Nov 7, 2022
1 parent 106d27c commit f36ea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/strategies/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (c *ExportStrategy) CopyOut(pod v1.Pod, config *rest.Config, name string) (
cmd := []string{
"bash",
"-c",
fmt.Sprintf("cd \"%s\" && tar cvzf - .", mover.SourceMount),
fmt.Sprintf("cd \"%s\" && tar cvzf - . ; sleep 5", mover.SourceMount),
}
err = c.tempMover.Exec(pod, config, cmd, nil, io.MultiWriter(file, bar))
if err != nil {
Expand Down

0 comments on commit f36ea90

Please sign in to comment.