mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00: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
@ -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 New Issue
Block a user