k8s-conformance/v1.26/digitalocean
llDrLove 8ec541678a Add conformance results for DOKS 1.26.3 (#2508)
Signed-off-by: Oliver Love <olove@digitalocean.com>
Co-authored-by: Oliver Love <olove@digitalocean.com>
2023-03-24 12:16:11 -07:00
..
PRODUCT.yaml Add conformance results for DOKS 1.26.3 (#2508) 2023-03-24 12:16:11 -07:00
README.md Add conformance results for DOKS 1.26.3 (#2508) 2023-03-24 12:16:11 -07:00
e2e.log Add conformance results for DOKS 1.26.3 (#2508) 2023-03-24 12:16:11 -07:00
junit_01.xml Add conformance results for DOKS 1.26.3 (#2508) 2023-03-24 12:16:11 -07:00

README.md

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.26.3-do.0 do-sonobuoy-1263 --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}.