mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
add a keepalive time to the konnectivity server
This commit is contained in:
parent
9ff3b7e744
commit
572a24d854
@ -1944,6 +1944,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}\""
|
||||
|
Loading…
Reference in New Issue
Block a user