Skip to content
New issue

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

Bump kube burner version to v0.17.3 #538

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workloads/kube-burner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Workloads can be tweaked with the following environment variables:
| **CLEANUP** | Delete old namespaces for the selected workload before starting benchmark | true |
| **CLEANUP_WHEN_FINISH** | Delete benchmark objects and workload's namespaces after running it | false |
| **CLEANUP_TIMEOUT** | Timeout value used in resource deletion | 30m |
| **KUBE_BURNER_URL** | Kube-burner tarball URL | https://github.com/cloud-bulldozer/kube-burner/releases/download/v0.17.2/kube-burner-0.17.2-Linux-x86_64.tar.gz |
| **KUBE_BURNER_URL** | Kube-burner tarball URL | https://github.com/cloud-bulldozer/kube-burner/releases/download/v0.17.3/kube-burner-0.17.3-Linux-x86_64.tar.gz |
| **BUILD_FROM_REPO** | Rather than downloading the previous tarball, build the kube-burner binary using a specific git repository. Ex. https://github.com/rsevilla87/kube-burner | "" (Disabled) |
| **LOG_LEVEL** | Kube-burner log level | info |
| **PPROF_COLLECTION** | Collect and store pprof data locally | false |
Expand Down
2 changes: 1 addition & 1 deletion workloads/kube-burner/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export PRELOAD_IMAGES=${PRELOAD_IMAGES:-true}
export PRELOAD_PERIOD=${PRELOAD_PERIOD:-2m}

# Kube-burner benchmark
export KUBE_BURNER_URL=${KUBE_BURNER_URL:-"https://github.com/cloud-bulldozer/kube-burner/releases/download/v0.17.2/kube-burner-0.17.2-Linux-x86_64.tar.gz"}
export KUBE_BURNER_URL=${KUBE_BURNER_URL:-"https://github.com/cloud-bulldozer/kube-burner/releases/download/v0.17.3/kube-burner-0.17.3-Linux-x86_64.tar.gz"}
export JOB_TIMEOUT=${JOB_TIMEOUT:-4h}
export NODE_SELECTOR=${NODE_SELECTOR:-'{node-role.kubernetes.io/worker: }'}
export METRICS_PROFILE=${METRICS_PROFILE}
Expand Down