-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from draios/support-bundle-v6-apiurl-fix
chore(support-bundle): Added readme, fix api_url retrieval (for >= 6.9), fixed a regex for detect double digit version
- Loading branch information
Showing
2 changed files
with
104 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# On-Premise Support Bundle script | ||
|
||
## Usage example | ||
Specify your current namespace with `-n` flag. | ||
|
||
``` | ||
export API_TOKEN="xxxxx-xxxxx-xxxx-xxxxx" | ||
./get_support_bundle.sh -a $API_TOKEN -n sysdigcloud | ||
``` | ||
|
||
*NOTE:* For cases where the access to the API endpoint is limited/restricted use `-la` or `--local-api` flag. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters