Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug 1837451: prevent goaway chance in kubeapiserver to avoid tripping up golang clients #860

Merged
merged 1 commit into from
May 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.