mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #80474 from SataQiu/fix-controllermanager-20190723
Small Fix: Use correct format verb
This commit is contained in:
commit
27dfcbe8a7
@ -166,7 +166,7 @@ func Run(c *config.CompletedConfig, stopCh <-chan struct{}) error {
|
|||||||
if cfgz, err := configz.New(ConfigzName); err == nil {
|
if cfgz, err := configz.New(ConfigzName); err == nil {
|
||||||
cfgz.Set(c.ComponentConfig)
|
cfgz.Set(c.ComponentConfig)
|
||||||
} else {
|
} else {
|
||||||
klog.Errorf("unable to register configz: %c", err)
|
klog.Errorf("unable to register configz: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup any healthz checks we will want to use.
|
// Setup any healthz checks we will want to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user