Skip to content

Commit

Permalink
Testing PR Conformance results for v1.20/k0s v0.10.0 cncf#1310
Browse files Browse the repository at this point in the history
  • Loading branch information
Riaan Kleinhans committed Feb 7, 2021
1 parent 48be572 commit 0d0c045
Show file tree
Hide file tree
Showing 5 changed files with 16,178 additions and 16,886 deletions.
6 changes: 3 additions & 3 deletions v1.20/k0s/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vendor: Mirantis
name: k0s
version: v0.9.0
version: v0.10.0
website_url: https://k0sproject.io
repo_url: https://github.com/k0sproject/k0s
documentation_url: https://github.com/k0sproject/k0s/tree/main/docs
documentation_url: https://docs.k0sproject.io/v0.10.0/
product_logo_url: https://raw.githubusercontent.com/k0sproject/k0s/main/k0s-logo-full-color.svg
type: Distribution
description: "k0s is a single binary all-inclusive Kubernetes distribution with all the required bells and whistles preconfigured to make building a Kubernetes clusters a matter of just copying an executable to every host and running it."
description: "k0s is a single binary all-inclusive Kubernetes distribution with all the required bells and whistles preconfigured to make building a Kubernetes clusters a matter of just copying an executable to every host and running it."
4 changes: 2 additions & 2 deletions v1.20/k0s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Full instructions on how to set up a k0s cluster can be found [here](https://git
k0s runs either as a single node (server with `--enable-worker`), or as a controller/worker cluster.
These instructions assume you have one or more linux or arm boxes ready for installation.

Download the k0s v0.9.0 binary from [releases](https://github.com/k0sproject/k0s/releases/v0.9.0) and push it to all the nodes you wish to connect to the cluster.
Download the k0s v0.10.0 binary from [releases](https://github.com/k0sproject/k0s/releases/v0.10.0) and push it to all the nodes you wish to connect to the cluster.

## Cluster Setup
#### Single node
Expand Down Expand Up @@ -35,7 +35,7 @@ $ go get -u -v github.com/vmware-tanzu/sonobuoy
Deploy a Sonobuoy pod to your cluster with:
```
$ export KUBECONFIG=/var/lib/k0s/pki/admin.conf
$ sonobuoy run --mode=certified-conformance
$ sonobuoy run --mode=certified-conformance --kube-conformance-image-version=v1.20.2
```
The test will take more than an hour to complete, but you can follow the logs by running:
```
Expand Down
Loading

0 comments on commit 0d0c045

Please sign in to comment.