skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

(Optionally enable) output manifests to filesystem

Open astellingwerf opened this issue 1 year ago • 0 comments

Expected behavior

During the running of skaffold debug from the IDE, it would be very helpful when it's possible to write the rendered manifests from Helm to the filesystem, so that they can be inspected when the deployment is failing or otherwise not behaving as expected. It doesn't have to be enabled by default, as long as it's available when required.

Actual behavior

When the rendering fails, you may get an error of the location where it failed, but there's no way to find that line number unless you manage to replicate the helm template command with the relevant flags.

Information

  • Skaffold version: v2.11.0
  • Operating system: Windows 10
  • Installed via: IntelliJ plugin

astellingwerf avatar Jul 01 '24 12:07 astellingwerf