kube-addon-update.sh

This commit is contained in:
Marek Biskup
2015-06-02 11:41:13 +02:00
parent 51ffa203e3
commit 13ba177668
13 changed files with 557 additions and 32 deletions

View File

@@ -86,7 +86,7 @@ func verifyExpectedRcsExistAndGetExpectedPods(c *client.Client) ([]string, error
return nil, err
}
if len(rcList.Items) != 1 {
return nil, fmt.Errorf("expected to find one replicat for RC with label %s but got %d",
return nil, fmt.Errorf("expected to find one replica for RC with label %s but got %d",
rcLabel, len(rcList.Items))
}
for _, rc := range rcList.Items {