Skip to content

Latest commit

 

History

History
 
 

konvoy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

To reproduce:

This Kubernetes conformance report is generated by DKP.

Provision the Kubernetes cluster

To recreate these results, you need to provision a Kubernetes cluster using Konvoy. To do so, please run the following command:

$ konvoy create cluster aws --cluster-name=cncf-conformance --with-aws-bootstrap-credentials=true --self-managed

Run conformance tests

Tests are run according to the official instructions:

  • download latest version of sonobuoy
  • sonobuoy run --mode=certified-conformance
  • sonobuoy retrieve
  • sonobuoy delete

Clean-up

To delete the entire infrastructure, please run the following command:

$ konvoy delete cluster --cluster-name=cncf-conformance --self-managed