Fix e2e test failure: pull redis image from gcr instead of docker

pull/6/head
Janet Kuo 2016-05-17 09:35:43 -07:00
parent b51782206f
commit e428b77cbe
2 changed files with 656 additions and 656 deletions

File diff suppressed because it is too large Load Diff

View File

@ -660,7 +660,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
mkpath := func(file string) string {
return "examples/guestbook-go/" + file
return kubeCtlManifestPath + "/" + file
}
controllerJson := framework.ReadOrDie(mkpath("redis-master-controller.json"))
serviceJson := framework.ReadOrDie(mkpath("redis-master-service.json"))