k3s/test/e2e/testing-manifests
Kubernetes Submit Queue e9c964c877 Merge pull request #52806 from a-robinson/crdbtest
Automatic merge from submit-queue (batch tested with PRs 51759, 53001, 52806). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>..

Fix broken statefulset e2e test

**What this PR does / why we need it**:

Fixes the CockroachDB statefulset e2e test.

This was broken back in #43637 when the logic in
`(*StatefulSetTester).CreateStatefulSet` switched from using
`generated.ReadOrDie` to read the entire service.yaml file and pass it
to kubectl to using `manifest.SvcFromManifest`, which assumes that the
file contains only a single service.

To fix the test, just remove the second service, which isn't needed to test the Statefulset functionality.

**Which issue this PR fixes**:

Fixes #52750

**Special notes for your reviewer**:

N/A

**Release note**:
```release-note
NONE
```
2017-09-25 15:50:55 -07:00
..
flexvolume Add basic install and mount flexvolumes e2e tests 2017-08-04 10:39:24 -04:00
guestbook Port Guestbook tests to mutiarch 2017-09-10 21:27:45 +05:30
ingress Use echoserver:1.6 for better debugging and XSS prevention. 2017-06-16 15:47:15 -07:00
kubectl Update the yaml file with multiarch images 2017-09-01 05:39:00 +05:30
serviceloadbalancer Adding testing-manifests to the test tar ball 2016-02-09 14:09:26 -08:00
statefulset Fix broken statefulset e2e test 2017-09-21 13:20:05 -04:00
BUILD bazel: use autogenerated all-srcs rules instead of manually-curated sources rules 2017-09-21 15:53:23 -07:00