You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support az aware endpoints with multiple sts in one hashring (#1)
## What changes are proposed in this pull request?
1. Support az aware hashring in Thanos v0.32+
https://thanos.io/tip/components/receive.md/#az-aware-ketama-hashring-experimental,
2. also supported multiple sts in one hashring config
3. fix lint and go dependency issues
OSS PR:
#129
## How is this tested?
main_test.go,
Make thanos-receive-controller
pending test in deployment
Copy file name to clipboardExpand all lines: .bingo/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ This is directory which stores Go modules with pinned buildable package that is
5
5
* Run `bingo get` to install all tools having each own module file in this directory.
6
6
* Run `bingo get <tool>` to install <tool> that have own module file in this directory.
7
7
* For Makefile: Make sure to put `include .bingo/Variables.mk` in your Makefile, then use $(<uppercasetoolname>) variable where <tool> is the .bingo/<tool>.mod.
8
-
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool
8
+
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool.
9
+
* For go: Import `.bingo/variables.go` to for variable names.
9
10
* See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.
0 commit comments