• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cilium / cilium / 9915 / 1
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2019 10:40PM UTC
Files 435
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Aug 2019 10:19PM UTC coverage: 44.183% (+0.005%) from 44.178%
9915.1

push

travis-ci-com

borkmann
helm: fix host reachable services template for cilium config map

It's not `host-reachable-services: "true"` but rather
`enable-host-reachable-services: "true"` instead otherwise it
won't enable it. Once that got fixed, I ran into another error
that lets cilium bail out:

  [...]
  2019-08-09T21:07:23.533375509Z level=info msg="Skipped reading configuration file" reason="Config File \"ciliumd\" Not Found in \"[/root]\"" subsys=daemon
  2019-08-09T21:07:23.53352904Z level=fatal msg="Unable to parse protocol tcp,udp for host reachable services!" subsys=config
  [...]

Reason is that helm creates the following for config-map which is
supposed to be a string slice `host-reachable-services-protos: tcp,udp`.
The default is `tcp,udp` anyway, so we don't need to specify anything,
only if a single proto `tcp` is selected and in that case it works.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

25359 of 57395 relevant lines covered (44.18%)

1188.98 hits per line

Source Files on job 9915.1
  • Tree
  • List 0
  • Changed 71
  • Source Changed 0
  • Coverage Changed 71
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5588
  • Travis Job 9915.1
  • b3654639 on github
  • Prev Job for on master (#9909.1)
  • Next Job for on master (#9922.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc