instrumenta / instrumenta/kubeval
Broken pipe "SIGPIPE(13)" when read configmaps too large
Open
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.