-
Notifications
You must be signed in to change notification settings - Fork 385
flag provided but not defined: -log-json #1020
Comments
Shouldn't the values.yaml file be updated if the code depends on a new version? :-/ I do confirm that after removing PR 980, it worked as expected. EDIT: Actually from what I can tell, the values.yaml does set imageK8s to that version, as per: Line 65 in 25c8654
I pasted my entire values file, but did not interpolate the tf variables (sorry). I am not setting |
We don't have a new version built yet for consul-k8s which is why it is not set as the default for |
OK, for now I have pulled that PR from my "testing" to get my environment up and running. I know I am on thin ice using unreleased code, but we needed the fix from PR1012 for GKE stupidity :) .. |
Sorry about this @TJM ! These changes went into helm last night, alongside a PR to consul-k8s, so if you're using unreleased versions of either its occassionally possible that you'd need to use a source checkout of both consul-k8s and consul-helm. In the current state of things our CI will run against |
no worries! Like I said, I am just testing out my PR and ran into this... all good. we can close this. |
Overview of the Issue
Getting an error testing the latest helm chart code from this repo, plus a PR we need #1012
Reproduction Steps
Steps to reproduce this issue, eg:
Testing my PR (1012) which has the latest Helm Chart code plus my fix for ingress pathType... however this error has nothing to do with ingress pathType.
values.yml
:Logs
Expected behavior
What was the expected result? working deployment?
Environment details
If not already included, please provide the following:
consul-k8s
version:1.19.10-gke.1600
consul-helm
version:0.32.1+PR1012
values.yaml
used to deploy the helm chart: (See above)Additionally, please provide details regarding the Kubernetes Infrastructure, if known:
Additional Context
I think it may be related to a recent PR #980
The text was updated successfully, but these errors were encountered: