Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path segments - e.g. /foo/bar - generate dead policy rule link in BigIP UI #638

Closed
recursivelycurious opened this issue Mar 28, 2018 · 0 comments
Assignees
Labels

Comments

@recursivelycurious
Copy link
Contributor

recursivelycurious commented Mar 28, 2018

Description

configuring an ingress with a spec of:

spec:
  rules:
  - http:
      paths:
      - backend:
          serviceName: svc-1-demo-web-app
          servicePort: 80
        path: /foo
      - backend:
          serviceName: svc-2-demo-web-app
          servicePort: 80
        path: /bar
      - backend:
          serviceName: svc-3-demo-web-app
          servicePort: 80
        path: /baz/qux

generates a working policy - traffic is able to reach the pools - however the link to the policy rule includes the latter /, resulting in a link within the BigIP UI that does not work and prevents viewing the rule conditions and actions.

example URI:
https://1.2.3.4/tmui/tmui/locallb/policy/app/#/policy/~test~ingress_1-2-3-4_80/rule/ingress__baz/qux_ingress_default_svc-3-demo-web-app?policy_status=legacy

Where ingress__baz/qux_ingress_default_svc-3-demo-web-app should all be one segment, but is viewed by BigIP UI as two due to the underlying baz/qux multisegment path.

Kubernetes Version

1.8

Controller Version

From controller log:
Starting: Version: 1.5.0-WIP, BuildInfo: n914-358525313

BIG-IP Version

12.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants