-
Notifications
You must be signed in to change notification settings - Fork 2
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
Flux seems to be overriding sidecar image tag #1908
Comments
Zendesk ticket #25 has been linked to this issue. |
Is the yaml in question in a EDIT: didn't notice the link to the full YAML. It's not a list or multidoc. Will anonymise and try locally. |
Adding the gist'ed YAML as a test case in weaveworks/flux/cluster/kubernetes/update_test.go, I can see it fail in exactly the same way shown above in master. After
the test case does not fail. Narrowing it down a bit more, it turns out to be flux PR 1008 where it starts failing the test case. Not sure why, yet. |
That was a false accusation! It looks like it worked before then because it doesn't report that test failing, but it does that because it stops at the first failure. Silly me (and silly tests). In fact, it is the indentation of the containers that is fooling it. I can reindent one of the earlier test cases, and see it fail in both 1.2.4 and master. |
Workaround: don't over-indent the container specs; they only need to be level with the containing key, like this:
But having extra indentation is valid YAML, so fluxd really ought to handle it. |
Comment made from Zendesk by Craig Wright on 2018-03-26 at 18:56:
|
Comment made from Zendesk by Ben Grohsgal on 2018-03-26 at 20:12: |
Comment made from Zendesk by Craig Wright on 2018-03-26 at 20:21:
|
Comment made from Zendesk by Ben Grohsgal on 2018-03-26 at 20:22:
|
Comment made from Zendesk by Ben Grohsgal on 2018-03-27 at 15:07:
|
Comment made from Zendesk by Craig Wright on 2018-03-27 at 17:11:
|
Comment made from Zendesk by David on 2018-03-27 at 23:49:
|
Comment made from Zendesk by Craig Wright on 2018-03-28 at 00:36:
|
Check out their YAML and this screen shot. In the words of the customer:
YAML: https://gist.github.com/wkm/c39b378c8b27b4aea50a03520c65f679
PLEASE DO NOT MOVE TO PUBLIC REPO: sharing private customer data.
The text was updated successfully, but these errors were encountered: