Skip to content

Commit

Permalink
Also remove 'request-timeout=300s' for other languages
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Agterdenbos <[email protected]>
  • Loading branch information
agterdenbos committed Apr 17, 2024
1 parent 3fdfaab commit 33e032f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ kube-apiserver-arg:
- "audit-log-maxage=30"
- "audit-log-maxbackup=10"
- "audit-log-maxsize=100"
- "request-timeout=300s"
- "service-account-lookup=true"
kube-controller-manager-arg:
- "terminated-pod-gc-threshold=10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
- 'service-account-lookup=true'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
Expand All @@ -600,7 +599,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
- 'service-account-lookup=true'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
- 'service-account-lookup=true'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
- 'service-account-lookup=true'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
Expand All @@ -603,7 +602,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
- 'service-account-lookup=true'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
Expand Down

0 comments on commit 33e032f

Please sign in to comment.