Create a Baidu Cloud Account by following this instruction.
Login to Baidu Cloud Account from here.
After login to the account, login to Console of Baidu Cloud Container Engine from here.
Create a Cluster in Hong Kong region by following this instruction, the cluster Kubernetes version by default is v1.11.1.
The cluster will be setup in about 5 minutes, you can ssh to any node of cluster by following this instruction.
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.