Update availability info
This commit is contained in:
parent
4957e498af
commit
1dc6f39b55
2 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,9 @@ For example, Traefik plugins can add features to modify requests or headers, iss
|
||||||
|
|
||||||
Traefik Pilot can also monitor connected Traefik instances and issue alerts when one is not responding, or when it is subject to security vulnerabilities.
|
Traefik Pilot can also monitor connected Traefik instances and issue alerts when one is not responding, or when it is subject to security vulnerabilities.
|
||||||
|
|
||||||
|
!!! note "Availability"
|
||||||
|
Plugins are available for Traefik v2.3.0-rc1 and later.
|
||||||
|
|
||||||
!!! danger "Experimental Features"
|
!!! danger "Experimental Features"
|
||||||
Plugins can potentially modify the behavior of Traefik in unforeseen ways.
|
Plugins can potentially modify the behavior of Traefik in unforeseen ways.
|
||||||
Exercise caution when adding new plugins to production Traefik instances.
|
Exercise caution when adding new plugins to production Traefik instances.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Using Plugins
|
# Using Plugins
|
||||||
|
|
||||||
Since v2.3, plugins are available to any Traefik instance that is [registered](overview.md#connecting-to-traefik-pilot) with Traefik Pilot.
|
Plugins are available to any instance of Traefik v2.3 or later that is [registered](overview.md#connecting-to-traefik-pilot) with Traefik Pilot.
|
||||||
Plugins are hosted on GitHub, but you can browse plugins to add to your registered Traefik instances from the Traefik Pilot UI.
|
Plugins are hosted on GitHub, but you can browse plugins to add to your registered Traefik instances from the Traefik Pilot UI.
|
||||||
|
|
||||||
!!! danger "Experimental Features"
|
!!! danger "Experimental Features"
|
||||||
|
|
Loading…
Reference in a new issue