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

cilium / cilium / 9915
39%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2019 10:40PM UTC
Jobs 1
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

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

Jobs
ID Job ID Ran Files Coverage
1 9915.1 09 Aug 2019 10:40PM UTC 0
44.18
Travis Job 9915.1
Source Files on build 9915
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #9915
  • b3654639 on github
  • Prev Build on master (#9909)
  • Next Build on master (#9922)
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