How to validate / reproduce CNCF Kubernetes Conformance:
Make sure following software is installed and configured on your local machine:
Clone flexkube/libflexkube repository by running the following command:
git clone https://github.com/flexkube/libflexkube.git
Then, change working directory to cloned repository:
cd libflexkube
And run the following command, which will setup local cluster using VirtualBox and Vagrant and run conformance tests on it:
make vagrant-conformance
After finished testing, results archive file will be copied to your working directory.
Now, follow https://github.com/cncf/k8s-conformance/blob/master/instructions.md#uploading to submit the results.
For more information, see https://github.com/flexkube/libflexkube/blob/master/README.md.