mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #104109 from caesarxuchao/keepalive
add a keepalive time to the konnectivity server
This commit is contained in:
commit
1d693cd832
@ -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}\""
|
||||
|
Loading…
Reference in New Issue
Block a user