- Remove CR update codes. CR status is supposed to be updated in the
controller.
- Add an endpoint `/status` to report bundle collecting status.
- Divide operations into phases, so the progress can be tracked.
- Add standalone mode.
- Add document.
- Add a sample manifest.
- Remove the version flag since we can get Harvester version from the
`server-version` setting.
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
- The go program `support-bundle-utils` has a `manager` command to start the support bundle manager.
- The script `harvester-sb-collector.sh` collect node bundle.
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>