-
Notifications
You must be signed in to change notification settings - Fork 619
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
Support deleting routes by tag #201
Labels
Milestone
Comments
Like `route del svc tags "tag"`? We were just talking about this. Not hard to add but not there yet.
|
Yah, precisely. Looks like you read my comment before I edited with examples. You're too quick. :) |
I'll add that after I've fixed the weighing bug. (#186) |
Thanks again. Need to learn Go for 2017 so I can contribute :) |
magiconair
added a commit
that referenced
this issue
Dec 8, 2016
Step 2: Add functionality Support deleting routes by tags and service and tags.
Implementing this pushed me into refactoring the table parser tests a bit more. This patch adds support for
|
magiconair
added a commit
that referenced
this issue
Dec 8, 2016
Add support for deleting routes by tags.
magiconair
added a commit
that referenced
this issue
Jan 17, 2017
Add support for deleting routes by tags.
Merged the change to master. Please test. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to setup an override that will send 0% traffic to nodes that have a specific tag. That way we can still see the node is a member of the pool but temporarily not having any traffic sent to it because of it's tag status.
Examples:
Route set to 0% based on tag "maint_mode" (using -1 as an example of sending 0% traffic)
route weight appservice testsite.com/app weight -1 tags "maint_mode"
Route deleted based on tag "maint_mode"
route del appservice testsite.com/app tags "maint_mode"
Cheers
The text was updated successfully, but these errors were encountered: