Fix e2e test failure: pull redis image from gcr instead of docker
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -660,7 +660,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
|
|||||||
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
|
framework.SkipUnlessServerVersionGTE(nodePortsOptionalVersion, c)
|
||||||
|
|
||||||
mkpath := func(file string) string {
|
mkpath := func(file string) string {
|
||||||
return "examples/guestbook-go/" + file
|
return kubeCtlManifestPath + "/" + file
|
||||||
}
|
}
|
||||||
controllerJson := framework.ReadOrDie(mkpath("redis-master-controller.json"))
|
controllerJson := framework.ReadOrDie(mkpath("redis-master-controller.json"))
|
||||||
serviceJson := framework.ReadOrDie(mkpath("redis-master-service.json"))
|
serviceJson := framework.ReadOrDie(mkpath("redis-master-service.json"))
|
||||||
|
|||||||
Reference in New Issue
Block a user