forked from kube-burner/kube-burner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement and explain extra return codes (kube-burner#688)
## Type of change - [ ] Refactor - [x] New feature - [ ] Bug fix - [ ] Optimization - [x] Documentation Update ## Description Implementing new alert and measurement return codes and add a section to explain them. @dry923, regarding the `Create object failure` return code you suggested in kube-burner#684, this is an error we're not currently tracking, at the moment kube-burner retries the object creation when it fails and the failure is different from: - Object already exists: In this the execution goes on and the error is printed but ignored - API authorization error: When this error happens kube-burner stops the benchmark executionand exits with rc 1 If you're curious, see the logic here https://github.com/kube-burner/kube-burner/blob/e1880a31d261626ebc210ec24e187a6ac3d03dce/pkg/burner/create.go#L274-L318 ## Related Tickets & Documents - Related Issue kube-burner#684 - Closes # Signed-off-by: Raul Sevilla <[email protected]>
- Loading branch information
1 parent
f044695
commit 035ebed
Showing
5 changed files
with
22 additions
and
5 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
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
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
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
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