Add Huawei Cloud CCE v1.29 conformance test result. (#3238)
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
This commit is contained in:
parent
22a36cf81b
commit
47898fec79
|
@ -0,0 +1,9 @@
|
|||
vendor: Huawei
|
||||
name: HUAWEI CLOUD Cloud Container Engine
|
||||
version: v1.29.1-r0
|
||||
website_url: https://www.huaweicloud.com/intl/en-us/product/cce.html
|
||||
documentation_url: https://support.huaweicloud.com/intl/en-us/cce/
|
||||
product_logo_url: https://res.hc-cdn.com/cnpm-header-and-footer/2.0.6/base/header-china/components/images/logo.svg
|
||||
type: hosted
|
||||
description: 'Cloud Container Engine (CCE) is a high-performance, high-reliability service through which enterprises can manage containerized applications. CCE supports native Kubernetes applications and tools, allowing you to easily set up a container runtime environment on the cloud.'
|
||||
contact_email_address: renhongcai@huawei.com
|
|
@ -0,0 +1,18 @@
|
|||
## To reproduce:
|
||||
|
||||
#### Create Kubernetes Cluster
|
||||
|
||||
- Login to [HUAWEI CLOUD Cloud Container Engine](https://console.huaweicloud.com/cce2.0) web console
|
||||
and create a Kubernetes cluster
|
||||
* Select `CN North-Beijing4` region.
|
||||
* In the right pane, click `Buy Cluster` and then follow the instructions to create a cluster.
|
||||
Make sure to select `Version` as `v1.29` and at least two nodes.
|
||||
* Wait for the cluster to be in 'ready state'. This might take a while.
|
||||
|
||||
- Prepare for Conformance test
|
||||
* Make sure VPN is configured appropriately
|
||||
* Download kubectl configuration file from `cluster dashboard` and upload to every node. More details please refer to `Cluster Management` --> `Cluster Details`
|
||||
|
||||
#### Deploy sonobuoy Conformance test
|
||||
|
||||
Follow the conformance suite [instructions](https://github.com/cncf/k8s-conformance/blob/master/instructions.md) to test it.
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue