Skip to content

Commit

Permalink
Fix Redis StatefulSet e2e test
Browse files Browse the repository at this point in the history
This fixes the Redis StatefulSet e2e test by adding the missing `publishNotReadyAddresses: true` field, which was accidentially left out in kubernetes#63742.

Without this fix, the redis e2e test will fail because the pod is unable
to lookup the service:

```
2018/09/14 13:57:10 lookup redis on 172.31.9.247:53: no such host
```

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar authored and vithati committed Oct 25, 2018
1 parent 9179b62 commit a9c1243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/testing-manifests/statefulset/redis/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec:
clusterIP: None
selector:
app: redis
publishNotReadyAddresses: true

0 comments on commit a9c1243

Please sign in to comment.