Skip to content

Commit

Permalink
Conformance results for v1.26/TencentCloud
Browse files Browse the repository at this point in the history
Signed-off-by: qiqiwwang <qiqiwwang@tencent.com>
  • Loading branch information
qiqiwwang committed Jan 28, 2023
1 parent f0525db commit d697146
Show file tree
Hide file tree
Showing 5 changed files with 58,431 additions and 0 deletions.
Binary file added v1.26/tencentcloud/CreateTKECluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions v1.26/tencentcloud/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vendor: Tencent Cloud
name: Tencent Kubernetes Engine
version: v1.26.1
website_url: https://intl.cloud.tencent.com/product/tke
documentation_url: https://intl.cloud.tencent.com/document/product/457
product_logo_url: https://landscape.cncf.io/logos/tencent-cloud-kcsp.svg
type: hosted platform
description: Tencent Kubernetes Engine (TKE) provides container-centric, highly scalable and high-performance container management services. Fully compatible with Kubernetes' native API and capable of expanding Tencent Cloud's Kubernetes plugins such as CBS and CLB
contact_email_address : qiqiwwang@tencent.com
22 changes: 22 additions & 0 deletions v1.26/tencentcloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

### Login Tencent Kubernetes Engine Console
- Follow the instructions to create a [Tencent Cloud Account](https://cloud.tencent.com/register)
- Go to [Console of Tencent Kubernetes Engine ](https://console.cloud.tencent.com/tke2/cluster)

### Create TKE Cluster
- Create a TKE Cluster
- The cluster region need choose out of China mainland ( e.g. Bangkok)
- The cluster Kubernetes version need choose 1.26.1
![](CreateTkeCluster.png)

### Deploy sonobuoy Conformance test
- After the creation completed, ssh to any node of cluster
- Run command as below

Download a binary release of the CLI, Refer to the following command to run:

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

See more in conformance suite [instructions](https://github.com/cncf/k8s-conformance/blob/master/instructions.md#running) to test it.
Loading

0 comments on commit d697146

Please sign in to comment.