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

cilium / cilium / 10458
39%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2019 04:22PM UTC
Jobs 1
Files 439
Run time 35s
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

29 Aug 2019 04:02PM UTC coverage: 44.051% (-0.04%) from 44.086%
10458

push

travis-ci-com

ianvernon
test: Remove workaround to MASQ traffic from k8s2

The workaround is no longer needed, as a request to api-server from
k8s2 is being MASQUERADE'd by the following kube-proxy rules:

```
-A KUBE-SERVICES ! -s 10.10.0.0/16 -d 10.96.0.1/32 -p tcp -m comment --comment "default/kubernetes:https cluster IP" -m tcp --dport 443 -j KUBE-MARK-MASQ
-A KUBE-SERVICES -d 10.96.0.1/32 -p tcp -m comment --comment "default/kubernetes:https cluster IP" -m tcp --dport 443 -j KUBE-SVC-NPX46M4PTMTKRN6Y

-A KUBE-MARK-MASQ -j MARK --set-xmark 0x4000/0x4000
-A KUBE-POSTROUTING -m comment --comment "kubernetes service traffic requiring SNAT" -m mark --mark 0x4000/0x4000 -j MASQUERADE
```

The MASQUERADE happens after the service DNAT translation, so the source
IP of the right interface is going to be selected.

In the case of kubeproxy-free, we don't need any MASQUERADE rule, as
the transparent host-lb changes the api-server ClusterIP to a node IP
before the kernel routing layer is involved.

Signed-off-by: Martynas Pumputis <m@lambda.lt>

25444 of 57760 relevant lines covered (44.05%)

1166.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10458.1 29 Aug 2019 04:22PM UTC 0
44.05
Travis Job 10458.1
Source Files on build 10458
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #10458
  • 861c8a90 on github
  • Prev Build on master (#10457)
  • Next Build on master (#10460)
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