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
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