Skip to content

Commit

Permalink
Merge pull request #860 from deads2k/prevent-goaway
Browse files Browse the repository at this point in the history
bug 1837451: prevent goaway chance in kubeapiserver to avoid tripping up golang clients
  • Loading branch information
openshift-merge-robot authored May 20, 2020
2 parents a06e5d8 + 10f8713 commit 62166eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindata/v4.1.0/config/defaultconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ apiServerArguments:
# need to enable alpha APIs for the priority and fairness feature
runtime-config:
- flowcontrol.apiserver.k8s.io/v1alpha1=true
goaway-chance:
- "0"
auditConfig:
auditFilePath: "/var/log/kube-apiserver/audit.log"
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions pkg/operator/v410_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62166eb

Please sign in to comment.