Merge pull request #104109 from caesarxuchao/keepalive

add a keepalive time to the konnectivity server
This commit is contained in:
Kubernetes Prow Robot
2021-08-05 06:09:46 -07:00
committed by GitHub

View File

@@ -1966,6 +1966,8 @@ function prepare-konnectivity-server-manifest {
params+=("--authentication-audience=system:konnectivity-server")
params+=("--kubeconfig-qps=75")
params+=("--kubeconfig-burst=150")
params+=("--keepalive-time=60s")
params+=("--frontend-keepalive-time=60s")
konnectivity_args=""
for param in "${params[@]}"; do
konnectivity_args+=", \"${param}\""