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.14/scaleway (cncf#600)
Signed-off-by: Patrik Cyvoct <[email protected]>
- Loading branch information
1 parent
d596c03
commit 5a10419
Showing
4 changed files
with
20,739 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,8 @@ | ||
vendor: Scaleway | ||
name: Scaleway Kubernetes Kapsule | ||
version: v1.14.1 | ||
website_url: http://www.scaleway.com/en/kubernetes/ | ||
documentation_url: https://developers.scaleway.com/en/products/k8s/api/ | ||
product_logo_url: https://www.scaleway.com/assets/images/logos/scaleway_logo_2018.svg | ||
type: hosted | ||
description: 'Kubernetes Kapsule provides a simple way to deploy and manage your containerized applications in the cloud. Relax and focus on your software stack while we take care of your clusters.' |
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,27 @@ | ||
# Conformance tests for Scaleway's Kubernetes | ||
|
||
## Setup the Scaleway Kubernetes cluster | ||
|
||
First create a cluster as mentionned in the [documentation](https://developers.scaleway.com/en/products/k8s/api/), download the kubeconfig and configure `kubectl` to use this config file. | ||
|
||
## Run Conformance Test | ||
|
||
1. Download a binary release of [sonobuoy](https://github.com/heptio/sonobuoy/releases), or build it yourself by running: | ||
```sh | ||
$ go get -u -v github.com/heptio/sonobuoy | ||
``` | ||
|
||
2. Run sonobuoy: | ||
```sh | ||
$ sonobuoy run | ||
``` | ||
|
||
3. Check the status: | ||
```sh | ||
$ sonobuoy status | ||
``` | ||
|
||
4. Once the status shows the run as completed, you can download the results archive by running: | ||
```sh | ||
$ sonobuoy retrieve | ||
``` |
Oops, something went wrong.