docs: update "Traffic" Plugin docs 3#7064
Conversation
Signed-off-by: Navendu Pottekkat <[email protected]>
|
// @hf400159 @kwanhur @avinal @yzeng25 @juzhiyuan Please review when you are available. |
Signed-off-by: Navendu Pottekkat <[email protected]>
| data_machine_interval: 10 | ||
| ``` | ||
|
|
||
| :::warning |
There was a problem hiding this comment.
I don't see "warning" listed on https://docusaurus.io/docs/markdown-features/admonitions, please specify which one you'd like to use. Personally I think :::caution should do the work.
There was a problem hiding this comment.
If you decide to stick with "waring", you can also do a trick like :::caution Warning.
There was a problem hiding this comment.
Yes, it was supposed to be :::caution WARNING. I missed it. Thank you for pointing it out.
| ## Description | ||
|
|
||
| The `proxy-control` plugin dynamically controls the behavior of Nginx to proxy. | ||
| The proxy-control Plugin dynamically controls the behavior of the Nginx proxy. |
There was a problem hiding this comment.
| The proxy-control Plugin dynamically controls the behavior of the Nginx proxy. | |
| The proxy-control Plugin dynamically controls the behavior of the NGINX proxy. |
There was a problem hiding this comment.
I found on the NGINX official website, it should be NGINX.
There was a problem hiding this comment.
I guess we started using Nginx and kept using it. We might need to change this everywhere if this is desired.
Signed-off-by: Navendu Pottekkat <[email protected]>
Signed-off-by: Navendu Pottekkat <[email protected]>
|
@yzeng25 Made the changes as suggested. |
|
|
||
| The examples below shows different use cases for using the `traffic-split` Plugin. | ||
|
|
||
| ### Grayscale/Canary release |
There was a problem hiding this comment.
Please use Canary Release instead
There was a problem hiding this comment.
So no need for mentioning Grayscale or Canary?
There was a problem hiding this comment.
Yes, only using the Canary release is enough
Signed-off-by: Navendu Pottekkat <[email protected]>
Signed-off-by: Navendu Pottekkat <[email protected]>
* upsgrteam/master: (351 commits) fix(proxy-cache): bypass when method mismatch cache_method (apache#7111) chore(script): support to install dependencies under arm64 (apache#7091) chore(ci): use the latest build script for apisix-base (apache#7090) fix(batch-requests): ignore "unix:" in the configuration (apache#7106) fix: install dependencies issues (apache#7092) feat(ops): use lua libs to backup config file insteadof shell command (apache#7048) test: reduce CI failure caused by flaky tests (apache#7085) chore(ci): move set_dns.sh to ci dir (apache#7089) feat: release 2.14.0 (apache#7057) docs: update "Tracers" Plugins (apache#7086) docs: update "Traffic" Plugin docs 3 (apache#7064) docs: update "Serverless" Plugins (apache#7076) feat(ops): check process running with posix.signal insteadof lsof (apache#7006) docs: modify how-to-build filename (apache#7087) docs: fix link of hot-reload in docs (apache#7081) chore(ci): apt update before install (apache#7080) docs: add pubsub develop example for kafka (apache#7059) ci: enable rebase in some situation (apache#7074) fix: redirect http to https but port not change (apache#7065) ci: make it pass under OpenResty 1.21 (apache#7067) ...
Signed-off-by: Navendu Pottekkat <[email protected]>
Signed-off-by: Navendu Pottekkat [email protected]
Description
Updates the documentation of the "traffic-split", "request-id", "proxy-control", and "client-control" Plugins.
Child PR of #6734