Conformance results for v1.26/minikube (#2547)
Signed-off-by: Steven Powell <spowellgrr@gmail.com>
This commit is contained in:
parent
4133538bcd
commit
e76d98bd67
|
@ -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
|
|
@ -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.
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue