Skip to content

Commit

Permalink
Conformance results for v1.13/mcs (cncf#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chadin authored and taylorwaggoner committed May 8, 2019
1 parent a1ff084 commit 79ecbee
Show file tree
Hide file tree
Showing 4 changed files with 16,404 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.13/mcs/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: Mail.Ru Cloud Solutions
name: Mail.Ru Cloud Containers
version: v1.13.3-mcs.1
website_url: https://mcs.mail.ru/en/
documentation_url: https://mcs.mail.ru/help/containers
product_logo_url: https://hb.bizmrg.com/mcs-static/___files/logo/mcs_logo_v1_black_text.svg
type: hosted
description: Mail.Ru Cloud Containers is a managed service for Kubernetes that makes it easy for you to run Kubernetes clusters on any OpenStack-compatible cloud. Mail.Ru Cloud Solutions provides hybrid cloud-based services that enable businesses to run their workload in a public or private cloud.
32 changes: 32 additions & 0 deletions v1.13/mcs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## To Reproduce:

Note: to reproduce you need a Mail.Ru Cloud Solutions account. You can create it by signing up at https://mcs.mail.ru/app/en/signup/

### Create cluster

Login to Mail.Ru Cloud Solutions and activate your account at https://mcs.mail.ru/app/en/

Here you can find out how to create a single cluster:

https://mcs.mail.ru/help/kubernetes/clusterfast

### Get Credentials

Open up the firewall from your IP to the cluster for kubectl:

Head to Network Settings, add a new rule and enter your IP address (from), Kubernetes servers (to) and TCP (protocol) 6443 (port).

Go to https://mcs.mail.ru/app/en/services/containers/list/ then select your cluster and download kubeconfig archive.

After you unpack the archive, set KUBECONFIG env variable and check access to your cluster:

```bash
export KUBECONFIG=~/Downloads/<cluster_name>/config
kubectl get nodes
```

### Run the tests

You can use the Sonobuoy Scanner to run the tests:

https://scanner.heptio.com/
Loading

0 comments on commit 79ecbee

Please sign in to comment.