Add Traefik Hub access and remove Pilot access
This commit is contained in:
parent
dad76e0478
commit
0d58e8d1ad
13 changed files with 27 additions and 222 deletions
|
@ -215,6 +215,8 @@ func setupServer(staticConfiguration *static.Configuration) (*server.Server, err
|
|||
}
|
||||
|
||||
if staticConfiguration.Pilot != nil {
|
||||
log.WithoutContext().Warn("Traefik Pilot is deprecated and will be removed soon. Please check our Blog for migration instructions later this year")
|
||||
|
||||
version.PilotEnabled = staticConfiguration.Pilot.Dashboard
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue