Skip to content

Commit

Permalink
Conformance results for 1.20/digitalocean
Browse files Browse the repository at this point in the history
vendor: DigitalOcean
name: DigitalOcean Kubernetes
version: v1.20.2-do.0
website_url: https://www.digitalocean.com/products/kubernetes/
documentation_url: https://www.digitalocean.com/docs/kubernetes/
product_logo_url: https://assets.digitalocean.com/logos/DO_Logo_vertical_blue.svg
type: hosted
description: 'DigitalOcean Kubernetes is designed for developers who want a simple and cost effective way to deploy container workloads to a managed Kubernetes service.'

Signed-off-by: Adam Wolfe Gordon <[email protected]>
  • Loading branch information
adamwg committed Feb 2, 2021
1 parent 3107765 commit 3a26b0f
Show file tree
Hide file tree
Showing 4 changed files with 29,791 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.20/digitalocean/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: DigitalOcean
name: DigitalOcean Kubernetes
version: v1.20.2-do.0
website_url: https://www.digitalocean.com/products/kubernetes/
documentation_url: https://www.digitalocean.com/docs/kubernetes/
product_logo_url: https://assets.digitalocean.com/logos/DO_Logo_vertical_blue.svg
type: hosted
description: 'DigitalOcean Kubernetes is designed for developers who want a simple and cost effective way to deploy container workloads to a managed Kubernetes service.'
35 changes: 35 additions & 0 deletions v1.20/digitalocean/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Conformance testing DigitalOcean Kubernetes

### Setup DigitalOcean Kubernetes cluster

The following instructions will help you configure and create a Kubernetes cluster on DigitalOcean:

```
$ doctl auth init
$ doctl kubernetes cluster create --version 1.20.2-do.0 do-sonobuoy-1202 --node-pool "name=conformance;size=s-4vcpu-8gb;count=3" --wait
```

Once the cluster has been created successfully, the kubectl context will automatically be updated to point at it.

> Further instructions can be found in our [product documentation](https://www.digitalocean.com/docs/kubernetes/how-to/create-cluster/).
### Download Sonobuoy

Download the right [Sonobuoy 0.20.0](https://github.com/vmware-tanzu/sonobuoy/releases/tag/v0.20.0) tarball for your machine and unpack it:

```shell
tar xvzf sonobuoy_*.tar.gz
```

### Run the conformance tests

Reproduce the conformance run with the following steps:

```shell
./sonobuoy run --mode=certified-conformance --wait
outfile=$(./sonobuoy retrieve)
tar xvzf $outfile
```

Then inspect `plugins/e2e/results/global/{e2e.log,junit_01.xml}`.
Loading

0 comments on commit 3a26b0f

Please sign in to comment.