Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 880 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 880 Bytes

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 version of Kamaji Operator
KAMAJI_VERSION=v1.0.0

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

# Run the test
make

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