Skip to content

Commit

Permalink
Conformance results for v1.23/ELASTX (cncf#2147)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Süssemilch Poulain <[email protected]>

Signed-off-by: Jonathan Süssemilch Poulain <[email protected]>
Signed-off-by: legacyrj <[email protected]>
  • Loading branch information
qvicksilver authored and legacyrj committed Nov 23, 2022
1 parent 19e3c99 commit f819eaf
Show file tree
Hide file tree
Showing 4 changed files with 35,365 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.23/elastx/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: ELASTX
name: ELASTX Private Kubernetes
version: v2.19.1-elx1
website_url: https://elastx.se/en/kubernetes/
documentation_url: https://docs.elastx.cloud/docs/private-kubernetes/
product_logo_url: https://landscape.cncf.io/logos/elastx-kcsp.svg
type: hosted
description: 'ELASTX Private Kubernetes is fully managed and runs on top of our OpenStack platform in your own tenant.'
40 changes: 40 additions & 0 deletions v1.23/elastx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Conformance testing ELASTX Private Kubernetes

## Ordering a cluster

Sing up using our sing-up page located at https://elastx.se/en/signup. Request a
"ELASTX Private Kubernetes cluster" in the free text field or in
communcations with our sales team.

Addons are not tested for conformance, make sure to mention that all addons
should be disabled if you wish to test for conformance. Besides addons all other
supported configuration options should pass conformance tests.

Once the cluster has been created you will receive instructions as to where you
can find the "cluster-admin" kubeconfig.

## Running the conformance tests

Fetch the "cluster-admin" kubeconfig as instructed and configure _kubectl_ to
use it:

```shell
export KUBECONFIG=<path to kubeconfig>
```

Download the appropriate [Sonobuoy
](https://github.com/vmware-tanzu/sonobuoy/releases/) release and unpack it:

```shell
tar xvzf sonobuoy_*.tar.gz
```

Run the conformance tests:

```shell
./sonobuoy run --mode=certified-conformance --wait
outfile=$(./sonobuoy retrieve)
tar xvzf $outfile
```

Check the results in: `plugins/e2e/results/global/{e2e.log,junit_01.xml}`.
Loading

0 comments on commit f819eaf

Please sign in to comment.