Merge pull request #25756 from janetkuo/e2e-fail-guestbook
Automatic merge from submit-queue Fix e2e test failure: pull redis image from gcr instead of docker ## Pull Request Guidelines 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. ```release-note * Use the release-note-* labels to set the release note state * Clear this block to use the PR title as the release note -OR- * Enter your extended release note here ``` Fixes #25677 cc @jayunit100 @fejta []()
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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