forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update conformance results for STACKIT Kubernetes Engine version v1.2…
…5.8 (cncf#2530) Signed-off-by: Raphael Groemmer <raphael.groemmer@stackit.de>
- Loading branch information
Showing
4 changed files
with
54,150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/` |
Oops, something went wrong.