mirror of https://github.com/k3s-io/k3s
Fix e2e test failure: pull redis image from gcr instead of docker
parent
b51782206f
commit
e428b77cbe
File diff suppressed because it is too large
Load Diff
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue