forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.14/kublr (cncf#616)
- Loading branch information
1 parent
8319bd2
commit 7d65f71
Showing
5 changed files
with
21,137 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.