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 authored and dereknola committed Jul 16, 2024
1 parent 4e87ac2 commit 461a31f
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 @@ -34,7 +34,6 @@ kube-apiserver-arg:
- "audit-log-maxage=30"
- "audit-log-maxbackup=10"
- "audit-log-maxsize=100"
- "request-timeout=300s"
kube-controller-manager-arg:
- "terminated-pod-gc-threshold=10"
- "use-service-account-credentials=true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
- 'use-service-account-credentials=true'
Expand All @@ -598,7 +597,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
- 'use-service-account-credentials=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
- 'use-service-account-credentials=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
- 'use-service-account-credentials=true'
Expand All @@ -601,7 +600,6 @@ kube-apiserver-arg:
- 'audit-log-maxage=30'
- 'audit-log-maxbackup=10'
- 'audit-log-maxsize=100'
- 'request-timeout=300s'
kube-controller-manager-arg:
- 'terminated-pod-gc-threshold=10'
- 'use-service-account-credentials=true'
Expand Down

0 comments on commit 461a31f

Please sign in to comment.