Conformance results for v1.26/baiducloud (#2619)
Signed-off-by: shmilyhuhuhu <37398164+shmilyhuhuhu@users.noreply.github.com>
This commit is contained in:
parent
dea4621990
commit
d3a30ad68f
|
@ -0,0 +1,9 @@
|
|||
vendor: Baidu Cloud
|
||||
name: Baidu Cloud Container Engine
|
||||
version: v1.26.4
|
||||
website_url: https://cloud.baidu.com/product/cce.html
|
||||
documentation_url: https://cloud.baidu.com/doc/CCE/index.html
|
||||
product_logo_url: https://landscape.cncf.io/logos/baidu-kcsp.svg
|
||||
type: hosted
|
||||
description: 'Baidu Cloud Container Engine, aka CCE.'
|
||||
contact_email_address: liujing60@baidu.com
|
|
@ -0,0 +1,48 @@
|
|||
### How To Reproduce:
|
||||
|
||||
#### Create Account and Login
|
||||
|
||||
Click this [link](https://login.bce.baidu.com/reg.html?tpl=bceplat&from=portal) to create a Baidu Cloud Account and login to Baidu Cloud Account from [here](https://login.bce.baidu.com/).
|
||||
|
||||
#### Login to Console
|
||||
|
||||
After login to the account, login to Console of Baidu Cloud Container Engine in English from [here](https://console.bce.baidu.com/cce/?locale=en-us#/cce/cluster/list).
|
||||
|
||||
After successful login, select “Product Services > Container Engine CCE” and enter the “Cluster Management > Cluster List” page.
|
||||
|
||||
The “Cluster List” page will display all the created CCE cluster name/ID, status, region and other information and users can search the cluster through the cluster name. Please select and switch the region according to the actual needs.
|
||||
|
||||
#### Create Cluster
|
||||
|
||||
Create a Cluster in Hong Kong region, the cluster Kubernetes version by default is v1.18.9. Please Click “Create cluster” and enter the “Create cluster” page. Fill in cluster name and then fill in relevant configuration information according to your needs. For ssh to the nodes in the cluster, users need to enable EIP binding for the cluster nodes.
|
||||
|
||||
#### Access to Cluster
|
||||
|
||||
After the CCE cluster is created, you can view the created CCE cluster and cluster details in the cluster list. Click a cluster link in the “cluster name” column of the container list to enter the “cluster details” page to view the status information. The cluster will be setup in about 5 minutes, you can ssh or use VNC to get access to any node of the cluster.
|
||||
|
||||
#### Run Conformance Test
|
||||
|
||||
On one of the Kubernetes worker node, run command as below:
|
||||
|
||||
```
|
||||
go get -u -v github.com/heptio/sonobuoy
|
||||
|
||||
sonobuoy run --mode=certified-conformance
|
||||
|
||||
sonobuoy status
|
||||
|
||||
sonobuoy logs
|
||||
|
||||
```
|
||||
|
||||
Wait for around 60 minutes for the test to be finished, the log will show something like `no-exit was specified, sonobuoy is now blocking` to indicate that the test has been finished, then run the following command to extract the test results.
|
||||
|
||||
```
|
||||
sonobuoy retrieve .
|
||||
|
||||
mkdir ./results; tar xzf *.tar.gz -C ./results
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
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