loki
loki copied to clipboard
fix: scheduler discovery service may collid with other loki install
What this PR does / why we need it:
This PR fixes a resource conflict which may occurs if you intend to install multiple instances of loki in a same namespace.
Which issue(s) this PR fixes: Fixes conflict introduced in #9477
Special notes for your reviewer:
Checklist
- [x] Reviewed the
CONTRIBUTING.mdguide (required) - [x] Documentation added
- [ ] ~Tests updated~
- [x]
CHANGELOG.mdupdated- [x] If the change is worth mentioning in the release notes, add
add-to-release-noteslabel
- [x] If the change is worth mentioning in the release notes, add
- [] ~Changes that require user attention or interaction to upgrade are documented in
docs/sources/setup/upgrade/_index.md~ - [x] For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yamland updateproduction/helm/loki/CHANGELOG.mdandproduction/helm/loki/README.md. Example PR - [x] If the change is deprecating or removing a configuration option, update the
deprecated-config.yamlanddeleted-config.yamlfiles respectively in thetools/deprecated-config-checkerdirectory. Example PR
Trivy scan found the following vulnerabilities:
- HIGH openssl: Incorrect cipher key and IV length processing in
libcrypto3v3.1.3-r0. Fixed in v3.1.4-r0 - HIGH openssl: Incorrect cipher key and IV length processing in
libssl3v3.1.3-r0. Fixed in v3.1.4-r0
We'd also like this to be merged.
@vladst3f could you please put a ":+1: " on the PR? I believe this is hoe the team prioritize community PRs. I will rebase/resolve conflict when the team gives me the green light!