Skip to content

Commit

Permalink
Conformance results for v1.14/kublr (cncf#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterm authored and taylorwaggoner committed Jun 7, 2019
1 parent 8319bd2 commit 7d65f71
Show file tree
Hide file tree
Showing 5 changed files with 21,137 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.14/kublr/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: Kublr
name: Kublr
version: v1.14.0
website_url: https://kublr.com
documentation_url: https://docs.kublr.com
product_logo_url: https://assets.kublr.com/kublr-logo.svg
type: distribution
description: Kubernetes for the enterprise
30 changes: 30 additions & 0 deletions v1.14/kublr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# To reproduce

## Set up the cluster

1. Download and install Kublr Control Plane [documentation](https://kublr.com/deploy/)
1. Create new Kubernetes cluster using Kublr Control Plane.

When the cluster is up and running,

1. Download the kubeconfig file.
2. Set the `KUBECONFIG` environment variable `export KUBECONFIG=$(pwd)/kubeconfig`.

## Run the conformance test

Download a sonobuoy [binary release](https://github.com/heptio/sonobuoy/releases) of the CLI, or build it yourself by running:
```bash
$ go get -u -v github.com/heptio/sonobuoy

$ sonobuoy run
```

Then the status commands `$ sonobuoy status` indicate that the execution is completed, you can download the results.
```bash
$ outfile=$(sonobuoy retrieve)
```

untar the tarball, then add plugins/e2e/results/{e2e.log,junit_01.xml}
```bash
$ mkdir ./results; tar xzf $outfile -C ./results
```
Loading

0 comments on commit 7d65f71

Please sign in to comment.