Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Catalyst Cloud Kubernetes Service v1.17 conformance results #1040

Merged
merged 1 commit into from Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions v1.17/catalyst-cloud/PRODUCT.yaml
@@ -0,0 +1,8 @@
vendor: Catalyst Cloud
name: Catalyst Kubernetes Service
version: v1.17.5
website_url: https://catalystcloud.nz/services/paas/catalyst-kubernetes-service/
documentation_url: https://catalystcloud.nz/services/paas/catalyst-kubernetes-service/
product_logo_url: https://catalystcloud.nz/documents/11/CatalystCloud_Logo_RGB.svg
type: hosted
description: Catalyst Kubernetes Service makes it easy for you to deploy, manage, and scale Kubernetes clusters to run containerised applications on the Catalyst Cloud.
21 changes: 21 additions & 0 deletions v1.17/catalyst-cloud/README.txt
@@ -0,0 +1,21 @@
# Catalyst Cloud Kubernetes Service Conformance


## Create Kubernetes Cluster

Log in to the Catalyst Cloud dashboard to create a Kubernetes cluster or use the OpenStack command line interface to create the cluster.

```shell
openstack coe cluster create my-cluster --cluster-template kubernetes-prod
```

After the cluster is created, run the following command to obtain the configuration files required to interact with it using `kubectl`:

```shell
eval $(openstack coe cluster config <CLUSTER_ID>)
```

## Testing

Once the configuration files have been created, you should be able to run `kubectl` to interact with the APIs of the Kubernetes cluster. Follow the conformance suite [instructions](https://github.com/cncf/k8s-conformance/blob/master/instructions.md#running) to test it.