Skip to content

Commit

Permalink
Conformance results for v1.22/QingCloud KubeSphere Engine (QKE) (cncf…
Browse files Browse the repository at this point in the history
…#1939)

Co-authored-by: andydu <andydu@yunify.com>
  • Loading branch information
dugangandy and andydu authored Apr 29, 2022
1 parent d5b3178 commit 1649842
Show file tree
Hide file tree
Showing 12 changed files with 39,966 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.22/QKE/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vendor: QingCloud Technologies Corp.
name: QingCloud Kubernetes Engine (QKE)
version: v1.1.0 - Kubernetes v1.22.1
website_url: https://console.qingcloud.com/paas/qke/clusters
repo_url: https://github.com/QingCloudAppcenter/QKE
documentation_url: https://docsv3.qingcloud.com/container/qke_plus/
product_logo_url: QingCloudLogo.ai
type: hosted
description: 'QKE can provisioning a k8s/KubeSphere cluster in minutes automatically by just a few clicks and inputs.'
6,186 changes: 6,186 additions & 0 deletions v1.22/QKE/QingCloudLogo.ai

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions v1.22/QKE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
## How to Reproduce

### Login

Sign in to [QingCloud Console](https://console.qingcloud.com/) with you own account.

### Create QKE Cluster

You can create QKE cluster according to [QKE User Guide](https://docsv3.qingcloud.com/container/qke_plus/).

- Choose Product & Services and navigate to QKE cluster

![](guide1.png)



- Create Cluster with standard test resource configuration

![](guide2.png)

![](guide3.png)

![](guide4.png)

![](guide5.png)

![](guide6.png)

- Connect to the worker node with ubuntu/k8s password

![](guide7.png)

>> Note:
>> please choose ap2a or ap3 region to avoid network issues when pulling gcr.io images.
### Run conformance tests

- Start the conformance tests on your test host

```shell
sonobuoy run \
--mode=certified-conformance \
```

You can monitor the conformance tests by tracking the sonobuoy logs. Wait for the line no-exit was specified, sonobuoy is now blocking, which signals the end of the testing.

```shell
sonobuoy logs -f
```

Upon completion of the tests you can obtain the results by copying them off the sonobuoy pod.

```shell
OUTPUT_PATH=$(sonobuoy retrieve)
echo ${OUTPUT_PATH}
mkdir ./results
tar xzf ${OUTPUT_PATH} -C ./results
```
15,106 changes: 15,106 additions & 0 deletions v1.22/QKE/e2e.log

Large diffs are not rendered by default.

Binary file added v1.22/QKE/guide1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.22/QKE/guide2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.22/QKE/guide3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.22/QKE/guide4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.22/QKE/guide5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.22/QKE/guide6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.22/QKE/guide7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18,607 changes: 18,607 additions & 0 deletions v1.22/QKE/junit_01.xml

Large diffs are not rendered by default.

0 comments on commit 1649842

Please sign in to comment.