Skip to content

Commit

Permalink
Switch to enable-priority-and-fairness flag in apiserver kustomiz…
Browse files Browse the repository at this point in the history
…e patches (#213)

Co-authored-by: Benjamin Alpert <[email protected]>
  • Loading branch information
balpert89 and balpert89 authored Jan 17, 2024
1 parent f68e128 commit b6a66d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/apiserver/default/apiserver_certificate_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- --etcd-servers=http://$(IRONCORE_APISERVER_ETCD_SERVICE_NAME):2379
- --secure-port=8443
- --audit-log-path=-
- --feature-gates=APIPriorityAndFairness=false
- --enable-priority-and-fairness=false
- --audit-log-maxage=0
- --audit-log-maxbackup=0
- --tls-cert-file=/tmp/k8s-apiserver/serving-certs/tls.crt
Expand Down
2 changes: 1 addition & 1 deletion config/apiserver/etcdless/apiserver_certificate_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
args:
- --secure-port=8443
- --audit-log-path=-
- --feature-gates=APIPriorityAndFairness=false
- --enable-priority-and-fairness=false
- --audit-log-maxage=0
- --audit-log-maxbackup=0
- --tls-cert-file=/tmp/k8s-apiserver/serving-certs/tls.crt
Expand Down

0 comments on commit b6a66d9

Please sign in to comment.