mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #56707 from brunomcustodio/kube-scheduler-config-file-warning
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix wording in kube-scheduler warning **Release note**: ```release-note NONE ```
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user