Skip to content

Commit

Permalink
Update conformance results for STACKIT Kubernetes Engine version v1.2…
Browse files Browse the repository at this point in the history
…5.8 (cncf#2530)

Signed-off-by: Raphael Groemmer <raphael.groemmer@stackit.de>
  • Loading branch information
rgroemmer authored and legacyrj committed Aug 30, 2023
1 parent 3001a42 commit 40fd014
Show file tree
Hide file tree
Showing 4 changed files with 54,150 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.25/stackit-kubernetes-engine/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
vendor: STACKIT - Schwarz IT KG
name: STACKIT Kubernetes Engine SKE
version: v1.25.8
website_url: https://stackit.de/en/
documentation_url: https://docs.stackit.cloud/stackit/en/kubernetes-engine-10125671.html
product_logo_url: https://cdn.apps.01.cf.eu01.stackit.cloud/assets/img/logo_inverted.svg
type: hosted platform
description: "STACKIT Kubernetes Engine (SKE) is a fully managed and scalable Kubernetes service for the deployment and management of Kubernetes clusters and containerized applications."
contact_email_address: stackit-ske@mail.schwarz
34 changes: 34 additions & 0 deletions v1.25/stackit-kubernetes-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Kubernetes Conformance tests on SKE

## Setup a STACKIT user account

Setup a STACKIT user account following this document:

[Setup a STACKIT user account](https://docs.stackit.cloud/stackit/en/step-2-setup-a-user-account-35914426.html)


## How to create and manage a STACKIT project

Afterwards you have to create a STACKIT project:

[How to create and manage a project](https://docs.stackit.cloud/display/STACKIT/How+to+create+and+manage+a+project)

## Setup Kubernetes cluster

To setup a Kubernetes cluster you have to navigate to the runtimes section, where you can create yourself a Kubernetes project. In the Kubernetes project you can then create yourself Kubernetes clusters on your demand.

ATM you can only create Kubernetes cluster via the STACKIT portal. There you can configure the cluster as you prefer, e.g. Kubernetes version 1.25, node size, etc.

Further description can be found in: [create SKE Kubernetes clusters via Portal](https://docs.stackit.cloud/stackit/en/step-1-create-a-kubernetes-cluster-ske-10125556.html)

## Run conformance tests

Download sonobuoy from [github.com/vmware-tanzu/sonobuoy/releases](https://github.com/vmware-tanzu/sonobuoy/releases)

```
sonobuoy run --mode=certified-conformance --wait
outfile=$(sonobuoy retrieve)
mkdir ./results; tar xzf $outfile -C ./results
```

Required files are located in `results/plugins/e2e/results/global/`
Loading

0 comments on commit 40fd014

Please sign in to comment.