kubeval icon indicating copy to clipboard operation
kubeval copied to clipboard

Broken pipe "SIGPIPE(13)" when read configmaps too large

Open JuanSeBestia opened this issue 3 years ago • 0 comments

I have a file with a lot of resources called resources.yaml, inside of this file I have one configmap with 800 lines of content.

When using a pipe with kubeval option "-" not work cat resources.yaml | kubeval - It return pipe with SIGPIPE(13)|0 and my pipeline stop in my provider

When using a pipe with file kubeval option work kubeval resources.yaml

Do you know why not work with stdin/pipe?

JuanSeBestia avatar Jan 14 '21 15:01 JuanSeBestia