Skip to content

Latest commit

 

History

History
 
 

baiducloud

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

How To Reproduce:

Create Account

Create a Baidu Cloud Account by following this instruction.

Login to Account

Login to Baidu Cloud Account from here.

Login to Console

After login to the account, login to Console of Baidu Cloud Container Engine from here.

Create Cluster

Create a Cluster in Hong Kong region by following this instruction, the cluster Kubernetes version by default is v1.11.1.

Access to Cluster

The cluster will be setup in about 5 minutes, you can ssh to any node of cluster by following this instruction.

Run Conformance Test

On one of the worker node, run command as below:

go get -u -v github.com/heptio/sonobuoy

sonobuoy run

sonobuoy status

sonobuoy logs

Wait for around 50 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

Retrieve e2e.log and junit_01.xml file out of the tar file.