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.13/robin.io (cncf#601)
* Conformance results for v1.13/robin.io * Update Product.yaml
- Loading branch information
1 parent
a1450cf
commit b204178
Showing
4 changed files
with
16,746 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,9 @@ | ||
vendor: Robinsystems | ||
name: Robin hyper-converged Kubernetes platform | ||
version: v5.2.1 | ||
website_url: https://robin.io | ||
repo_url: https://github.com/Robinsystems/robin | ||
documentation_url: https://s3-us-west-2.amazonaws.com/repo.robinsystems.com/docs/V5.0.2/user_guide/index.html | ||
product_logo_url: https://robin.io/wp-content/uploads/2019/05/robin-logo-horizontal-1-inch-white-bg.png | ||
type: Distribution | ||
description: 'ROBIN Platform, the industry’s first hyper-converged Kubernetes platform for big data, databases, and AI/ML' |
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,18 @@ | ||
# To reproduce: | ||
|
||
## Create Kubernetes Cluster | ||
|
||
Install Robin platform v5 | ||
|
||
After the installation and configuration, add the test cluster and launch the Kubernetes e2e conformance tests. | ||
|
||
## Kubernetes e2e conformance test | ||
|
||
1. Download the binary release of sonobuoy | ||
```shell | ||
curl -O https://github.com/heptio/sonobuoy/releases/download/v0.11.6/sonobuoy_0.11.6_linux_amd64.tar.gz | ||
sonobuoy run | ||
sonobuoy status | ||
sonobuoy retrieve . | ||
cd results/plugins/e2e/results/ | ||
``` |
Oops, something went wrong.