fix(kubernetes): sync with EE EE-6906 (#11448)

pull/11463/head
andres-portainer 8 months ago committed by GitHub
parent d6d7afddbc
commit bf600f8b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -242,6 +242,10 @@ func (factory *ClientFactory) buildEdgeConfig(endpoint *portainer.Endpoint) (*re
}
signature, err := factory.signatureService.CreateSignature(portainer.PortainerAgentSignatureMessage)
if err != nil {
return nil, err
}
config.Insecure = true
config.QPS = DefaultKubeClientQPS
config.Burst = DefaultKubeClientBurst

Loading…
Cancel
Save