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:
k8s-merge-robot 2016-07-25 12:56:15 -07:00 committed by GitHub
commit 0724a9c4dc

View File

@ -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()