diff --git a/util/kube/ctl.go b/util/kube/ctl.go index ea563fbd5a..17d3c91f6b 100644 --- a/util/kube/ctl.go +++ b/util/kube/ctl.go @@ -254,6 +254,7 @@ func runKubectl(kubeconfigPath string, namespace string, args []string, manifest } cmd := exec.Command("kubectl", cmdArgs...) log.Info(cmd.Args) + log.Debug(string(manifestBytes)) cmd.Stdin = bytes.NewReader(manifestBytes) out, err := cmd.Output() if err != nil {