Skip to content

Traffic shadowing not working as expected #3340

@aggarwala3

Description

@aggarwala3

Describe the bug
We're looking to replicate the traffic from original jenkins to another parallel running jenkins. We have added zalando.org/skipper-filter in original jenkins with tee predicate to replicate the traffic to another-jenkins.company.org but as soon as we add this annotation, jenkins API calls stop working and result in timeout.
Annotation added

    zalando.org/skipper-filter: tee("https://another-jenkins.com.org")

To Reproduce
Add context, for example:

  1. route or ingress definition
  2. http request with headers (truncate your secrets)
  3. response with headers

Expected behavior
We'd expect same traffic to reach another-jenkins instance as well

Observed behavior
But we only see timeout in original jenkins post this addition of annotation on skipper ingress.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions