forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 1
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.25/daocloud (cncf#2240)
Signed-off-by: bell.guo <wenting.guo@daocloud.io> Signed-off-by: bell.guo <wenting.guo@daocloud.io>
- Loading branch information
1 parent
491d937
commit 87aa763
Showing
4 changed files
with
53,560 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: DaoCloud | ||
name: DaoCloud Enterprise | ||
version: v5.0 | ||
website_url: https://docs.daocloud.io/ | ||
documentation_url: https://docs.daocloud.io/dce/what-is-dce/ | ||
product_logo_url: https://github.com/dasu23/DC-Jenkinsfile/raw/master/DaoCloud.svg | ||
type: distribution | ||
description: 'Daocloud helps you provide a reliable and consistent basic support environment to meet the high SLA requirements of enterprise critical applications | ||
.' |
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,41 @@ | ||
### DaoCloud Enterprise | ||
|
||
DaoCloud Enterprise is a platform based on Kubernetes which developed by [DaoCloud](https://www.daocloud.io). | ||
|
||
### How to Reproduce | ||
|
||
#### Create Cluster | ||
|
||
First install [DaoCloud Enterprise](https://docs.daocloud.io/install/offline-install-full/), and login to the console. | ||
After successful login, select "Clusters > create" and config the create page. | ||
The "Clusters" page will display all the clusters created and managed by DaoCloud Enterprise. | ||
|
||
#### Run conformance Test by Sonobuoy | ||
|
||
Login to the control-plant of the cluster created by DaoCloud Enterprise. | ||
|
||
Start the conformance tests: | ||
|
||
``` | ||
wget https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.10/sonobuoy_0.56.10_linux_amd64.tar.gz | ||
tar -xvf sonobuoy_0.56.10_linux_amd64.tar.gz | ||
mv sonobuoy /usr/bin | ||
sonobuoy run --mode=certified-conformance | ||
```` | ||
Monitor the conformance tests by tracking the sonobuoy logs, and wait for the line: "no-exit was specified, sonobuoy is now blocking" | ||
``` | ||
sonobuoy logs -f | ||
|
||
``` | ||
Retrieve result: | ||
``` | ||
outfile=$(sonobuoy retrieve) | ||
mkdir ./results; | ||
tar xzf $outfile -C ./results | ||
|
||
``` |
Oops, something went wrong.