Merge pull request #9128 from marekbiskup/addonUpgrade

Addon upgrade (partial implementation of #8107)
This commit is contained in:
krousey
2015-06-08 15:15:27 -07:00
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 {