Run this conformance test suite on MS Azure. Tests are run according to the official instructions
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.