- Create account at https://kublr.com/
- Download and install Kublr Control Plane
- 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
.
$ curl -L https://raw.githubusercontent.com/cncf/k8s-conformance/master/sonobuoy-conformance.yaml | kubectl apply -f -
$ kubectl logs -f -n sonobuoy sonobuoy
$ kubectl cp sonobuoy/sonobuoy:/tmp/sonobuoy ./results
$ untar the tarball, then add plugins/e2e/results/{e2e.log,junit_01.xml}