Skip to content

Files

Latest commit

ba53bf2 · Jan 24, 2018

History

History
This branch is 1860 commits ahead of, 1314 commits behind cncf/k8s-conformance:master.

kublr

To reproduce

Set up the cluster

  1. Create account at https://kublr.com/
  2. Download and install Kublr Control Plane
  3. Create new Kubernetes cluster using Kublr Control Plane.

When the cluster is up and running,

  1. Download the kubeconfig file.
  2. Set the KUBECONFIG environment variable export KUBECONFIG=$(pwd)/kubeconfig.

Run the conformance test

$ 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}