Skip to content

clastix/kamaji-cncf-conformance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNCF Conformance suite on Kamaji Tenant Cluster

Run this conformance test suite on MS Azure. Tests are run according to the official instructions

To reproduce

Jump in a container from the kamaji-cncf-conformance image:

docker run -it clastix/kamaji-cncf-conformance

Working in the container:

# Login into your MS Azure account
az login
az account set --subscription "MySubscription"

# Set Azure Region
export KAMAJI_REGION=westeurope

# Clone this repository
git clone https://github.com/clastix/kamaji-cncf-conformance
cd kamaji-cncf-conformance

# Set Kubernetes version of Tenant Cluster
export TENANT_VERSION=v1.27.3

# Run the test
make

Conformance results are left under the /tmp folder of the container.

About

Run CNCF conformance test suite on Kamaji on Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published