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

zalando-incubator / kube-ingress-aws-controller / 24842732153 / 1
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 03:13PM UTC
Files 27
Run time 2s
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

23 Apr 2026 03:06PM UTC coverage: 71.519% (+0.06%) from 71.464%
24842732153.1

push

github

web-flow
worker: prevent SSL policy update loop on shared load balancers (#788)

In
https://github.com/zalando-incubator/kube-ingress-aws-controller/pull/774,
update LB in-place was introduced. However, it was also introducing the
following bug

-> Ingress A has a custom SSL policy
-> Ingress B uses the default SSL policy
-> Since Ingress B doesn't have the annotation we will allow it through
as
`(ingress.HasSSLPolicyAnnotation && l.sslPolicy != ingress.SSLPolicy)`
doesn't apply
-> So we add both ingresses to LB then later override LB SSL policy with
new ingress SSL policy (default one)
Later `inSync` will revert to the old SSL policy and we go into infinite
loop.

Adding the new tag will help keep in-place updates, while blocking
mismatch ingresses from landing on the same LB

Signed-off-by: Mustafa Abdelrahman <mustafa.abdelrahman@zalando.de>

2923 of 4087 relevant lines covered (71.52%)

12.43 hits per line

Source Files on job 24842732153.1
  • Tree
  • List 27
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24842732153
  • 67572c68 on github
  • Prev Job for on master (#23438430118.1)
  • Next Job for on master (#25042783946.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