mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 14:53:44 +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)
|
kubeletClient, err := kubeletclient.NewStaticKubeletClient(&s.KubeletConfig)
|
||||||
if err != nil {
|
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()
|
storageGroupsToEncodingVersion, err := s.StorageGroupsToEncodingVersion()
|
||||||
|
Loading…
Reference in New Issue
Block a user