-
Notifications
You must be signed in to change notification settings - Fork 156
Update all-in-one-template in accordance with k8s 1.16 #122
Update all-in-one-template in accordance with k8s 1.16 #122
Conversation
I wasn't sure if the failure was an intermittent one, so, I restarted the build. |
Build seems to fail. I am unable to see any actable logs–can you see what's broken? Do tests maybe assume an older k8s version? |
That might indeed be the case: jaeger-kubernetes/travis/install-start-minikube.sh Lines 16 to 17 in bcca10c
I remember @pavolloffay (or @kevinearls) saying that any newer version of minikube would require more memory than Travis can handle, but perhaps it's worth a try? |
@jpkrohling it might have been @pavolloffay, but I don't remember anything like this. |
That wasn't me :). The CI for cassandra and ES passed so it might be something related to the template itself if it failed after restart. That said. I would like to see this repository being deprecated and we should rather provide all-in-one template as part of the operator repo jaegertracing/jaeger-operator#375. |
Is that something that is planned to happen in the near future? Elsewise, it might make sense to update this repo to suit later versions of k8s? :-) |
Agree with the deprecation notice, but we should keep the template here, possibly linked from the readme. If we store it inside the operator, it might confuse users. @fredrikssongustav if you can get the CI to work (any CI, doesn't have to be Travis), we can happily merge your PR. |
@jpkrohling, I am not too familiar with Travis logs. Any ideas what I need to adjust in order to make it work? |
You can see the logs here: https://travis-ci.org/jaegertracing/jaeger-kubernetes/jobs/611776862#L1214 (you might need to click on the log line to expand its details) Below is the relevant excerpt:
|
Signed-off-by: fredrikssongustav <[email protected]> Signed-off-by: Gustav Fredriksson <[email protected]>
Signed-off-by: Gustav Fredriksson <[email protected]>
Now your build is failing on
I recommend runing the build locally with minikube and see whether it passes |
Yeah I started debugging it, will get back to it asap! :-) |
Which problem is this PR solving?
Adds the changes mentioned in the #120 due to the related PR's delay
Short description of the changes
Refactoring of the
jaeger-all-in-one-template.yml
according to changed defined in changelog k8s 1.16