Skip to content

Latest commit

 

History

History
 
 

digitalocean

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.27.2-do.0 do-sonobuoy-1272 --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.

Download Sonobuoy

Download Sonobuoy 0.56.16 tarball for your machine and unpack it:

tar xvzf sonobuoy_*.tar.gz

Run the conformance tests

Reproduce the conformance run with the following steps:

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

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