k8s-conformance/v1.26/minikube
Steven Powell e76d98bd67 Conformance results for v1.26/minikube (#2547)
Signed-off-by: Steven Powell <spowellgrr@gmail.com>
2023-04-28 13:31:21 -07:00
..
PRODUCT.yaml Conformance results for v1.26/minikube (#2547) 2023-04-28 13:31:21 -07:00
README.md Conformance results for v1.26/minikube (#2547) 2023-04-28 13:31:21 -07:00
e2e.log Conformance results for v1.26/minikube (#2547) 2023-04-28 13:31:21 -07:00
junit_01.xml Conformance results for v1.26/minikube (#2547) 2023-04-28 13:31:21 -07:00

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.