fix wording in kube-scheduler warning

This commit is contained in:
Bruno Miguel Custodio 2017-12-01 17:00:05 +00:00
parent d0805881f5
commit 0a5a1f1cb4
No known key found for this signature in database
GPG Key ID: 84CDD9E18A1A6B2C

View File

@ -156,7 +156,7 @@ func NewOptions() (*Options, error) {
func (o *Options) Complete() error {
if len(o.ConfigFile) == 0 {
glog.Warning("WARNING: all flags than --config are deprecated. Please begin using a config file ASAP.")
glog.Warning("WARNING: all flags other than --config are deprecated. Please begin using a config file ASAP.")
o.applyDeprecatedHealthzAddressToConfig()
o.applyDeprecatedHealthzPortToConfig()
o.applyDeprecatedAlgorithmSourceOptionsToConfig()