Delete warning in Kubernetes CRD provider about the supported version

This commit is contained in:
Nicolas Mengin 2024-02-06 11:20:06 +01:00 committed by GitHub
parent bb6cd581a6
commit 9df04df334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,8 +123,6 @@ func (p *Provider) Provide(configurationChan chan<- dynamic.Message, pool *safe.
logger := log.With().Str(logs.ProviderName, providerName).Logger()
ctxLog := logger.WithContext(context.Background())
logger.Warn().Msg("CRDs API Version \"traefik.io/v1alpha1\" will not be supported in Traefik v3 itself. However, an automatic migration path to the next version will be available.")
k8sClient, err := p.newK8sClient(ctxLog)
if err != nil {
return err