Skip to content

Commit

Permalink
Conformance results for v1.21/kubespray (cncf#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored Jan 4, 2022
1 parent 4dace9a commit a7205bf
Show file tree
Hide file tree
Showing 4 changed files with 30,479 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.21/kubespray/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vendor: Kubernetes kubespray project
name: kubespray
version: 2.17.1
website_url: https://github.com/kubernetes-sigs/kubespray
repo_url: https://github.com/kubernetes-sigs/kubespray
documentation_url: https://kubespray.io
product_logo_url: https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/logo/logo-text-clear.svg
type: installer
description: Deploy a Production Ready Kubernetes Cluster
13 changes: 13 additions & 0 deletions v1.21/kubespray/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Download and install Kubespray 2.17.1
```shell
git clone https://github.com/kubernetes-sigs/kubespray.git
git checkout v2.17.1
```

Start vagrant deployment and access kube-master
```shell
$ vagrant up
$ vagrant ssh k8s-1
```

Run [Sonobuoy](https://github.com/heptio/sonobuoy) as instructed [here](https://github.com/cncf/k8s-conformance/blob/master/instructions.md).
Loading

0 comments on commit a7205bf

Please sign in to comment.