mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
use correct format verb
This commit is contained in:
parent
b234dd06aa
commit
e35a7b1ba1
@ -136,7 +136,7 @@ func Run(c *cloudcontrollerconfig.CompletedConfig, stopCh <-chan struct{}) error
|
|||||||
if cz, err := configz.New(ConfigzName); err == nil {
|
if cz, err := configz.New(ConfigzName); err == nil {
|
||||||
cz.Set(c.ComponentConfig)
|
cz.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