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
commit 1d693cd832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}\""