Skip to content

Commit

Permalink
Update cmd/kube-proxy/app/server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>
  • Loading branch information
shiva1333 and serathius committed Oct 19, 2021
1 parent 9df7989 commit 73c6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-proxy/app/server.go
Expand Up @@ -222,7 +222,7 @@ func NewOptions() *Options {
// Complete completes all the required options.
func (o *Options) Complete() error {
if len(o.ConfigFile) == 0 && len(o.WriteConfigTo) == 0 {
klog.InfoS("All flags other than --config, --write-config-to, and --cleanup are deprecated, please begin using a config file ASAP")
klog.InfoS("Warning, all flags other than --config, --write-config-to, and --cleanup are deprecated, please begin using a config file ASAP")
o.config.HealthzBindAddress = addressFromDeprecatedFlags(o.config.HealthzBindAddress, o.healthzPort)
o.config.MetricsBindAddress = addressFromDeprecatedFlags(o.config.MetricsBindAddress, o.metricsPort)
}
Expand Down

0 comments on commit 73c6d8f

Please sign in to comment.