Skip to content

Commit

Permalink
Conformance results for v1.17/scaleway (#793)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
  • Loading branch information
Sh4d1 authored and taylorwaggoner committed Dec 10, 2019
1 parent 73649da commit c151d03
Show file tree
Hide file tree
Showing 4 changed files with 25,699 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.17/scaleway/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: Scaleway
name: Scaleway Kubernetes Kapsule
version: v1.17.0
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.'
27 changes: 27 additions & 0 deletions v1.17/scaleway/README.md
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 --mode=certified-conformance
```

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
```
Loading

0 comments on commit c151d03

Please sign in to comment.