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

Nelson lbs list doesn't update routes #235

Open
drewgonzales360 opened this issue May 17, 2019 · 0 comments
Open

Nelson lbs list doesn't update routes #235

drewgonzales360 opened this issue May 17, 2019 · 0 comments
Labels
area:routing component of routing rewrite

Comments

@drewgonzales360
Copy link
Contributor

If you define a route for a loadbalancer

loadbalancers:
- name: drewbalancer
  routes:
  - name: ingress
    expose: default->80/tcp
    destination: avtrajectories->default

Then change it in the next PR with the following content

loadbalancers:
- name: drewbalancer
  routes:
  - name: ingress
    expose: default->443/tcp
    destination: avtrajectories->default

nelson lbs list -n namespace will still print

fdd8cac3d6ff  dc1         dev        drewbalancer--1-0-0--kj483m81    80 ~> drewunit->default             avtraj-dev--1-0-0--kj483m81-somedomain.dc1.company.net

The route doesn't get updated.

@timperrett timperrett added the area:routing component of routing rewrite label May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:routing component of routing rewrite
Projects
None yet
Development

No branches or pull requests

2 participants