- Download and install Kublr Control Plane documentation
- Create new Kubernetes cluster using Kublr Control Plane.
When the cluster is up and running,
- Download the kubeconfig file.
- Set the
KUBECONFIG
environment variableexport KUBECONFIG=$(pwd)/kubeconfig
.
Download a sonobuoy binary release of the CLI, or build it yourself by running:
$ go get -u -v github.com/heptio/sonobuoy
$ sonobuoy run
Then the status commands $ sonobuoy status
indicate that the execution is completed, you can download the results.
$ sonobuoy retrieve
untar the tarball, then add plugins/e2e/results/{e2e.log,junit_01.xml}
$ mkdir ./results; tar xzf $outfile -C ./results