-
Notifications
You must be signed in to change notification settings - Fork 346
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
Add agent hostNetwork option #1257
Conversation
I can't get past the I'm confused as to why other people's PRs can do the build. |
It shouldn't be broken, CI is working for it, at least for the last-1 commit. Are you unable to build master locally? If so, you might have different tools/setup than what's expected. |
Now here's why my CI build is failing: https://github.com/jaegertracing/jaeger-operator/pull/1257/checks?check_run_id=1253291006 |
Are you unable to build master locally? |
Yes, I can't build master locally, but it looks like it's for a different reason.
Also, I can't complete the
On my own branch I just can't get the
I just switched branches, I didn't do anything else. |
I found that the version of gosec used in CI in the latest commit is I now have gosec locked to |
Codecov Report
@@ Coverage Diff @@
## master #1257 +/- ##
==========================================
+ Coverage 87.36% 87.37% +0.01%
==========================================
Files 90 90
Lines 4907 4911 +4
==========================================
+ Hits 4287 4291 +4
Misses 457 457
Partials 163 163
Continue to review full report at Codecov.
|
It looks like some of the issues are related to the fact that Hi @jpkrohling , please help review if there are any other issues! |
That's wonderful! The Would you be able to split this PR into two, one for each feature this one here is bringing?
You'll also need to handle the DCO failure. |
Signed-off-by: faceair <[email protected]>
4b71afa
to
654b118
Compare
Previous discussions #1257
Hi @jpkrohling |
We typically release new versions of the operator following new versions of Jaeger, which is typically released once every two months. The last release was about 20 days ago. |
Add the
hostNetwork
option to the agent DaemonSet.Fixes #676.