mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #28828 from zte-cloud/failmodify
Automatic merge from submit-queue modify Failure to failed use 'failed' is more suitable than 'Failure'
This commit is contained in:
commit
0724a9c4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue