Commit 0724a9c4 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28828 from zte-cloud/failmodify

Automatic merge from submit-queue modify Failure to failed use 'failed' is more suitable than 'Failure'
parents 84724b78 77c61761
......@@ -132,7 +132,7 @@ func Run(s *options.APIServer) error {
kubeletClient, err := kubeletclient.NewStaticKubeletClient(&s.KubeletConfig)
if err != nil {
glog.Fatalf("Failure to start kubelet client: %v", err)
glog.Fatalf("Failed to start kubelet client: %v", err)
}
storageGroupsToEncodingVersion, err := s.StorageGroupsToEncodingVersion()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment