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
Describe the bug
Container create-secret in job-provisioner is not completing successful, therefor the Helm deployment is reported as failed, which makes it difficult to automate the deplyment.
The default value secretNamespace: "{{ .Release.Namespace }}" set in in the values.yaml (line 586) is not rendered properly inside templates/provisioner/job-provisioner.yaml (line 106, 96, 105).
Output from kubectl -n gel-lab describe job enterprise-logs-provisioner
helm list -n gel-lab
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
gel-lab gel-lab 1 2023-02-04 14:55:41.974468 +0100 CET failed loki-4.4.2 2.7.2
To Reproduce
Install Loki with config below using Helm and wait till Helm returns failed post-install
Run to kubectl get job -n gel-lab and check the completion counter for the provisioner
NAME COMPLETIONS DURATION AGE
enterprise-logs-provisioner 0/1 5m54s 5m54s
enterprise:
enabled: true
useExternalLicense: true
externalLicenseName: gel-license
image:
tag: v1.6.1
read:
# true will run two (read, write) targets, false will run 3 (read, write, backend) targets.
# not yet supported in v1.6.1
legacyReadTarget: true
Environment:
Kubernetes
Helm chart version 4.4.2
Helm version version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.17.3"}
The text was updated successfully, but these errors were encountered:
Describe the bug
Container create-secret in job-provisioner is not completing successful, therefor the Helm deployment is reported as failed, which makes it difficult to automate the deplyment.
The default value
secretNamespace: "{{ .Release.Namespace }}"
set in in thevalues.yaml
(line 586) is not rendered properly insidetemplates/provisioner/job-provisioner.yaml
(line 106, 96, 105).Output from
kubectl -n gel-lab describe job enterprise-logs-provisioner
Error from pod:
Error from Helm install:
Helm list output:
To Reproduce
Install Loki with config below using Helm and wait till Helm returns
failed post-install
Run to
kubectl get job -n gel-lab
and check the completion counter for the provisionerEnvironment:
version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.17.3"}
The text was updated successfully, but these errors were encountered: