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.22/QingCloud KubeSphere Engine (QKE) (cncf…
…#1939) Co-authored-by: andydu <andydu@yunify.com>
- Loading branch information
1 parent
d5b3178
commit 1649842
Showing
12 changed files
with
39,966 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: 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.' |
Large diffs are not rendered by default.
Oops, something went wrong.
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,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 | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.