Skip to content

Commit

Permalink
Add Catalyst Cloud Kubernetes Service v1.17 conformance results (cncf…
Browse files Browse the repository at this point in the history
  • Loading branch information
openstacker authored and dinosk committed Apr 13, 2021
1 parent 9b49301 commit a7eb566
Show file tree
Hide file tree
Showing 4 changed files with 26,713 additions and 0 deletions.
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.

0 comments on commit a7eb566

Please sign in to comment.