Skip to content

Support Bundle Kit v0.0.5 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@bk201 bk201 released this 20 Dec 02:11
· 108 commits to master since this release
New arg for excluding resources out of support bundle

Arg `--exclude-resources` (env `SUPPORT_BUNDLE_EXCLUDE_RESOURCES`)
accepts a comma-separated list of `<resource-name>.<group>` qualified
name of resources. Mainly serves to exclude matched resources out from
packaging into support bundle.

At this moment, only `secrets` resource is excluded by default.

Signed-off-by: Weihang Lo <weihang.lo@suse.com>