Skip to content

Commit

Permalink
Merge pull request #936 from terrytangyuan/patch-1
Browse files Browse the repository at this point in the history
Replace kube-arbitrator with kube-batch
  • Loading branch information
richardsliu authored Feb 25, 2019
2 parents 1cc6bde + 3f1d3b3 commit 4652bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tf-operator.v1beta2/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ func (s *ServerOption) AddFlags(fs *flag.FlagSet) {

fs.BoolVar(&s.JSONLogFormat, "json-log-format", true,
"Set true to use json style log format. Set false to use plaintext style log format")
fs.BoolVar(&s.EnableGangScheduling, "enable-gang-scheduling", false, "Set true to enable gang scheduling by kube-arbitrator.")
fs.BoolVar(&s.EnableGangScheduling, "enable-gang-scheduling", false, "Set true to enable gang scheduling by kube-batch.")
}

0 comments on commit 4652bad

Please sign in to comment.