We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the rationale for the suggested feature.
the preflight binary now supports stdin, we should add support to support-bundle for consistency
preflight
support-bundle
Describe the feature
support-bundle should allow specs to be read in from stdin. like so:
some-generating-command | support-bundle -
The text was updated successfully, but these errors were encountered:
This should additionally support the same items that preflight does - finding specs in secrets and configmaps with the appropriate label also.
Sorry, something went wrong.
I think we can add this to #933 rather than add it directly to support-bundle
No branches or pull requests
Describe the rationale for the suggested feature.
the
preflight
binary now supports stdin, we should add support tosupport-bundle
for consistencyDescribe the feature
support-bundle
should allow specs to be read in from stdin. like so:some-generating-command | support-bundle -
The text was updated successfully, but these errors were encountered: