Finally, deploy StatefulSets of Thanos receivers labeled with controller.receive.thanos.io=thanos-receive-controller.
Does the value of the label controller.receive.thanos.io is thanos-receive-controller because it's hardcoded somewhere ?
Or is it because it's the name of the Deployment which is declared before in the documentation ?
You can use the --statefulset-label flag to instruct the thanos-receive-controller to watch another StatefulSet label. For example, --statefulset-label=app.kubernetes.io/component=receive.
In the README, it's said at the end :
Does the value of the label
controller.receive.thanos.io
isthanos-receive-controller
because it's hardcoded somewhere ? Or is it because it's the name of the Deployment which is declared before in the documentation ?Extract of the Deployment declaration
Thanks for your help