forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.21/kubespray (cncf#1748)
- Loading branch information
Showing
4 changed files
with
30,479 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Oops, something went wrong.