fix(loki/single-binary): Add missing command to statefulset-recreate-job - #20556
Conversation
|
Ou, damn, must've missed that 😕 |
|
Is there something i need to do before this can be merged? :) |
|
Hi @marvinWolff Right now the Loki Helm Chart is sort of in limbo. The Loki Helm Community maintainers launched the Grafana-community/helm-charts on January 30th, and are planning to fork the Loki Helm Chart to the new repo on March 16th. I’ll see if I can get someone’s attention to take a look at your PR. |
|
Spent a little time recreating a values file and managed to figure out what's happened. This Job uses the image The "issue" is that the Job is defining command in Kubernetes ≈ ENTRYPOINT in Docker. |
|
can you also make an entry in |
jkroepke
left a comment
There was a problem hiding this comment.
Hi @marvinWolff thanks for your PR. Please adjust the CHANGELOG as well.
c699b4c to
7626a23
Compare
|
Sorry for the late reply. I added the changes. |
Signed-off-by: J Stickler <julie.stickler@grafana.com>
What this PR does / why we need it:
When the recreate Job is created it fails, because of the missing
kubectl.Special notes for your reviewer:
Checklist
CONTRIBUTING.mdguide (required)featPRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.mddeprecated-config.yamlanddeleted-config.yamlfiles respectively in thetools/deprecated-config-checkerdirectory. Example PR