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.23/ELASTX (cncf#2147)
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
1 parent
19e3c99
commit f819eaf
Showing
4 changed files
with
35,365 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: 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.' |
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,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}`. |
Oops, something went wrong.