Conformance results for v1.26/minikube (#2547)

Signed-off-by: Steven Powell <spowellgrr@gmail.com>
This commit is contained in:
Steven Powell 2023-04-28 13:31:21 -07:00 committed by GitHub
parent 4133538bcd
commit e76d98bd67
4 changed files with 57870 additions and 0 deletions

View File

@ -0,0 +1,10 @@
vendor: minikube
name: minikube
version: v1.30.1
website_url: https://github.com/kubernetes/minikube
repo_url: https://github.com/kubernetes/minikube
documentation_url: https://minikube.sigs.k8s.io/docs/
product_logo_url: https://raw.githubusercontent.com/kubernetes/minikube/master/images/logo/logo.svg
type: installer
description: minikube runs a local Kubernetes cluster on macOS, Linux, and Windows.
contact_email_address: minikube-dev@googlegroups.com

24
v1.26/minikube/README.md Normal file
View File

@ -0,0 +1,24 @@
# Reproducing the test results
## Run minikube with docker driver
Install [docker](https://docs.docker.com/engine/install/)
Install [kubectl](https://v1-18.docs.kubernetes.io/docs/tasks/tools/install-kubectl/)
Clone the [minikube repo](https://github.com/kubernetes/minikube)
## Compile the latest minikube binary
```console
% cd <minikube dir>
% make
```
## Trigger the tests and get back the results
We follow the [official instructions](https://github.com/cncf/k8s-conformance/blob/master/instructions.md):
```console
% 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.

37337
v1.26/minikube/e2e.log Normal file

File diff suppressed because one or more lines are too long

20499
v1.26/minikube/junit_01.xml Normal file

File diff suppressed because it is too large Load Diff