Skip to content
Merged
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
14 changes: 14 additions & 0 deletions cmd/rebalancer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Rebalancer
==========

Rebalancer is a tool used to rebalance jobs between specific cluster profiles.
This tool is needed when Boskos leases are in short supply for some profiles.

Usage
-----

```bash
oc --context app.ci whoami -t > /tmp/token
# go to release repository folder and execute:
/path/to/rebalancer --profiles='azure4,azure-2' --prometheus-bearer-token-path=/tmp/token
```
Comment thread
hector-vido marked this conversation as resolved.