lcw2

Results 14 comments of lcw2

but we has a lot clusters in kubernetes v1.16, so we must use this version v1.16

- --tls-min-version=VersionTLS13 ,I have tried to modify this configutation to - --tls-min-version=VersionTLS11, but still return same error

I modified karmada-aggregated-apiserver && karmada-apiserver && karmada-webhook. But still happend same error

I use tls.version12 replace tls.version13, it works well, maybe it's better to use configurable parameter

Organization/Company: transwarp Website: https://www.transwarp.cn Country: China Contact: - Usage scenario: Use Karmada to build a unified platform based on multiple clusters. Stage: Production

run this script: `#!/bin/bash while true do karmadactl --kubeconfig xxxxxxx get pods sleep 0.1 done` 1) docker ps | grep aggregated-apiserver 2) docker inspect $containerID | grep Pid 3) nsenter...