-
Notifications
You must be signed in to change notification settings - Fork 936
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.26/metakube-openstack (#2661)
Signed-off-by: Josef Mende <j.mende@syseleven.de> Co-authored-by: Josef Mende <j.mende@syseleven.de>
- Loading branch information
Showing
4 changed files
with
59,383 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: SysEleven | ||
name: MetaKube | ||
version: 2023-06-13 | ||
website_url: https://metakube.syseleven.de | ||
documentation_url: https://docs.syseleven.de/metakube | ||
product_logo_url: https://metakube.syseleven.de/assets/images/logo/conformance-logo-syseleven.svg | ||
type: hosted | ||
description: MetaKube offers carefree Kubernetes as a Service on a managed OpenStack Cloud. We provide you with SaaS solutions like a load balancer as well as solutions for backup and recovery, monitoring etc. and various types of support like detailed documentation, tutorials and personal SRE-Support. | ||
contact_email_address: sales@syseleven.de |
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,18 @@ | ||
# To reproduce | ||
|
||
## Set up the cluster | ||
|
||
1. Login to https://metakube.syseleven.de/ | ||
2. Press the "Create Cluster" button | ||
3. Choose openstack provider and complete the create cluster wizard | ||
|
||
When the cluster is up and running, | ||
|
||
1. Download the kubeconfig file. | ||
2. Set the KUBECONFIG environment variable `export KUBECONFIG=$PWD/kubeconfig`. | ||
|
||
You might have to allow ports 30000-32767 depending on you security settings to allow the creation of NodePorts. | ||
|
||
## Run the conformance test | ||
|
||
Follow the conformance suite instructions to test it. |
Oops, something went wrong.