From e2b03ca873da7b349b924a51599542e016b5f686 Mon Sep 17 00:00:00 2001
From: bsctl
Date: Wed, 5 Oct 2022 20:44:15 +0200
Subject: [PATCH] docs: add cncf conformance logo
---
README.md | 8 +++-----
docs/conformance.md | 12 +++++++++++-
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index df62ade..da2e716 100644
--- a/README.md
+++ b/README.md
@@ -30,18 +30,16 @@ Kamaji turns any Kubernetes cluster into an _“admin cluster”_ to orchestrate
-All the tenant clusters built with Kamaji are fully compliant CNCF Kubernetes clusters and are compatible with the standard Kubernetes toolchains everybody knows and loves.
+All the tenant clusters built with Kamaji are fully compliant [CNCF Certified Kubernetes](https://www.cncf.io/certification/software-conformance/) and are compatible with the standard toolchains everybody knows and loves.
-
-
+
+
## Getting started
Please refer to the [Getting Started guide](./docs/getting-started-with-kamaji.md) to deploy a minimal setup of Kamaji on KinD.
-> This project is still in the early development stage which means it's not ready for production as APIs, commands, flags, etc. are subject to change, but also that your feedback can still help to shape it. Please try it out and let us know what you like, dislike, what works, what doesn't, etc.
-
## Use cases
Kamaji project has been initially started as a solution for actual and common problems such as minimizing the Total Cost of Ownership while running Kubernetes at large scale. However, it can open a wider range of use cases.
diff --git a/docs/conformance.md b/docs/conformance.md
index 7d067d9..4a2b391 100644
--- a/docs/conformance.md
+++ b/docs/conformance.md
@@ -1,9 +1,19 @@
# CNCF Conformance
-For organizations using Kubernetes, conformance enables interoperability, consistency, and confirmability between Kubernetes installations. The Cloud Computing Native Foundation - CNCF - provides the [Certified Kubernetes Conformance Program](https://www.cncf.io/certification/software-conformance/). All the _“tenant clusters”_ built with Kamaji are CNCF conformant.
+For organizations using Kubernetes, conformance enables interoperability, consistency, and confirmability between Kubernetes installations. The Cloud Computing Native Foundation - CNCF - provides the [Certified Kubernetes Conformance Program](https://www.cncf.io/certification/software-conformance/).
The standard set of conformance tests is currently those defined by the `[Conformance]` tag in the
[kubernetes e2e](https://github.com/kubernetes/kubernetes/tree/master/test/e2e) suite.
+All the _“tenant clusters”_ built with Kamaji are CNCF conformant:
+
+- [v1.23](https://github.com/cncf/k8s-conformance/pull/2194)
+- [v1.24](https://github.com/cncf/k8s-conformance/pull/2193)
+- [v1.25](https://github.com/cncf/k8s-conformance/pull/2188)
+
+
+
+
+
## Running the conformance tests
The standard tool for running CNCF conformance tests is [Sonobuoy](https://github.com/vmware-tanzu/sonobuoy). Sonobuoy is