Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conformance results for v1.20/k0s v0.10.0 #1310

Merged
merged 1 commit into from
Feb 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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."
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