mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 13:15:36 +00:00
Fix e2e test failure: pull redis image from gcr instead of docker
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user