SumoLogic/sumologic-kubernetes-tools

Generated output contains extra output

frankreno opened this issue · 3 comments

Piping output to a file, the generated output contains the following at the top:

manifest_sorter.go:192: info: skipping unknown hook: "crd-install"
manifest_sorter.go:192: info: skipping unknown hook: "crd-install"
manifest_sorter.go:192: info: skipping unknown hook: "crd-install"
manifest_sorter.go:192: info: skipping unknown hook: "crd-install"
manifest_sorter.go:192: info: skipping unknown hook: "crd-install"

This prevents running kubectl apply on the yaml until removed.

The following is also at the bottom of the YAML

pod "tools" deleted

The manifest_sorter.go:192: info: skipping unknown hook: "crd-install" comes from the helm command so it's something we could fix.
The pod "tools" deleted comes from the kubectl command - I'm not sure we can do anything about it without wrapping this with custom script.

The pod "tools" deleted issue is tracked under: #11