Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clastix/kamaji-cncf-conformance

Run CNCF conformance test suite on Kamaji on Azure
https://github.com/clastix/kamaji-cncf-conformance

Last synced: about 2 months ago
JSON representation

Run CNCF conformance test suite on Kamaji on Azure

Awesome Lists containing this project

README

        

# CNCF Conformance suite on Kamaji Tenant Cluster

Run this conformance test suite on MS Azure. Tests are run according to the [official instructions](https://github.com/cncf/k8s-conformance/blob/master/instructions.md)

## To reproduce

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

```bash
docker run -it clastix/kamaji-cncf-conformance
```

Working in the container:

```bash
# 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.