Signed-off-by: Steven Powell <spowellgrr@gmail.com> |
||
---|---|---|
.. | ||
PRODUCT.yaml | ||
README.md | ||
e2e.log | ||
junit_01.xml |
README.md
Reproducing the test results
Run minikube with docker driver
Install docker Install kubectl Clone the minikube repo
Compile the latest minikube binary
% cd <minikube dir>
% make
Trigger the tests and get back the results
We follow the official instructions:
% cd <minikube dir>
./hack/conformance_tests.sh out/minikube -p k8sconformance --driver=docker --container-runtime=docker --cni=kindnet --kubernetes-version=v1.26.0
This script will run sonobuoy against a minikube cluster with two nodes and the provided parameters.