From fb9e1d7d9f332e513d392c7b8ccf1093807bb1a0 Mon Sep 17 00:00:00 2001 From: Chen Zhiwei Date: Wed, 14 Aug 2019 07:13:24 +0000 Subject: Fix play kube command in pod yaml Signed-off-by: Chen Zhiwei --- pkg/adapter/pods.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/adapter/pods.go b/pkg/adapter/pods.go index e25238956..2743dfdc6 100644 --- a/pkg/adapter/pods.go +++ b/pkg/adapter/pods.go @@ -707,6 +707,8 @@ func kubeContainerToCreateConfig(ctx context.Context, containerYAML v1.Container return nil, errors.Errorf("No command specified in container YAML or as CMD or ENTRYPOINT in this image for %s", containerConfig.Name) } + containerConfig.UserCommand = containerConfig.Command + containerConfig.StopSignal = 15 // If the user does not pass in ID mappings, just set to basics -- cgit v1.2.3-54-g00ecf