Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbischof committed Sep 10, 2018
1 parent 58994ac commit 8345347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/client/checks/openshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func CheckOcGetNodesRelaxed() error {
// wait a few seconds and then check again
time.Sleep(10 * time.Second)
}
return fmt.Errorf("Capacity overload! Workernode %v is not ready! AvailablePodHardLimit: %v 'oc get nodes' output contained NotReady. Output: %v", getNotReadyNodeNames(out), availablePodHardLimit, out)
return fmt.Errorf("Capacity overload! Workingnode %v is not ready! AvailablePodHardLimit: %v 'oc get nodes' output contained NotReady. Output: %v", getNotReadyNodeNames(out), availablePodHardLimit, out)
}

func getAvailablePodHardLimit(output string) (int, error) {
Expand Down

0 comments on commit 8345347

Please sign in to comment.