Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clastix/kamaji-cncf-conformance
- Owner: clastix
- Created: 2022-09-16T16:04:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T14:48:22.000Z (6 months ago)
- Last Synced: 2024-06-28T15:57:57.430Z (6 months ago)
- Language: Shell
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.