-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
chore(helm): set Singlebinary as trigger for replicas #12590
Conversation
i was disabling the various components by default by doing this:
but then i noticed that a better solution would be to put
i don't know if it is correct that i set them to disabled by default, because i don't honestly know if i have to work on the documentation later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. it is out-of-date with main though, could you update it?
this will make the singlebinary chart option working again by setting to 0 the replicas number of backend, write,read
@DylanGuedes Thanks, i cant merge so i will wait for someone to do that. |
it is still conflicting, not sure if it was someone merging something earlier today or your rebase didn't catch everything but could you update it again? |
it got like 4 merges xD i will do that again, yeah |
If the intent here was to eliminate the verbose chart configuration required for
...then I don't think this works as intended: |
Hi @danports, in the version of the chart
im gonna look into this asap, sorry if you are facing problems! |
could you share your full config? |
@DylanGuedes im testing the same, effectively, there is something that overwrite my configuration but i still havent found where, do you have any idea? |
Not sure, sorry 😢 Since this didn't have the intended effect, do you mind opening a PR reverting it? |
yep, im thinking about how to do that. :V |
Found why.
it filters for those before ever going to check for replicas |
let's first revert this PR to stop the bleed.
|
@DylanGuedes technically this doesnt change anything from before, my edits gets ignored the same as before i made them :/ i reverted the in the new pr (i tagged you). Thanks! |
To be clear, nothing is actually broken in my install due to this PR - it's just that the PR description gave me false hope that I could remove all of the redundant |
Oh that's good to know. Yes, by your comment I thought that this could be breaking existing installations somehow 😅 @nohant don't worry about reverting it then. |
no, @DylanGuedes it does not breaks anything because it gets ignored sadly :V, i missed the part i explained before but i should have fixed it in the next PR (sorry by the double) also @danports can you check that? a double check is better than one xD |
Can you please fix the copy & paste issue referencing {{.Values.write.replicas}} in read & backend |
iv resolved it here: https://github.com/grafana/loki/pull/12727/files, while also resolving the problem that it didnt counted for replicas at all. |
What this PR does / why we need it:
this will make the singlebinary chart option working again by setting to 0 the replicas number of backend, write,read
Special notes for your reviewer:
Thanks @DylanGuedes for the explanation on slack
Checklist
CONTRIBUTING.md
guide (required)docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR