mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
fix failed to access service of e2e test
This commit is contained in:
parent
2d64ce5e8e
commit
fe033a4714
@ -303,12 +303,12 @@ var _ = SIGDescribe("Kubectl client", func() {
|
||||
forEachGBFile := func(run func(s string)) {
|
||||
guestbookRoot := "test/e2e/testing-manifests/guestbook"
|
||||
for _, gbAppFile := range []string{
|
||||
"frontend-deployment.yaml.in",
|
||||
"frontend-service.yaml",
|
||||
"redis-master-deployment.yaml.in",
|
||||
"redis-master-service.yaml",
|
||||
"redis-slave-deployment.yaml.in",
|
||||
"redis-slave-service.yaml",
|
||||
"redis-master-service.yaml",
|
||||
"frontend-service.yaml",
|
||||
"frontend-deployment.yaml.in",
|
||||
"redis-master-deployment.yaml.in",
|
||||
"redis-slave-deployment.yaml.in",
|
||||
} {
|
||||
contents := substituteImageName(string(generated.ReadOrDie(filepath.Join(guestbookRoot, gbAppFile))))
|
||||
run(contents)
|
||||
|
Loading…
Reference in New Issue
Block a user