Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#115 from timothysc/conformance1.8
Browse files Browse the repository at this point in the history
Update to pull in kube 1.8.1+ container for tests.
Signed-off-by: Jesse Hamilton [email protected]

Signed-off-by: Jesse Hamilton [email protected]
  • Loading branch information
timothysc authored Oct 12, 2017
2 parents 7981571 + d544fe8 commit 49c5a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To ensure that your cluster is running the appropriate Kubernetes version for yo

| Sonobuoy Version / Conformance Version | Required K8s Cluster Version | Known Issues |
|---|---|---|
| v0.9.0 / 1.8 | >= 1.7 | For earlier cluster versions (e.g. 1.6), the [*downward-api* tests](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/common/downward_api.go) fail because they leverage some API fields that don't exist until 1.7. |
| v0.9.0 / 1.8 | >= 1.7 | For earlier cluster versions (e.g. 1.6), some issues may exist. |
| v0.8.0 / 1.7 | N/A | N/A |

## Up and running
Expand Down
2 changes: 1 addition & 1 deletion examples/ksonnet/components/10-configmaps.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ local e2eConfig = {
containers: [
{
name: "e2e",
image: "gcr.io/heptio-images/kube-conformance:v1.8.0",
image: "gcr.io/heptio-images/kube-conformance:v1.8",
imagePullPolicy: "Always",
# NOTE: Full conformance can take a while depending on your cluster size.
# As a result, only a single test is set atm to verify correctness.
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ data:
- env:
- name: E2E_FOCUS
value: Pods should be submitted and removed
image: gcr.io/heptio-images/kube-conformance:v1.8.0
image: gcr.io/heptio-images/kube-conformance:v1.8
imagePullPolicy: Always
name: e2e
volumeMounts:
Expand Down

0 comments on commit 49c5a66

Please sign in to comment.