Skip to content

Commit

Permalink
Merge pull request opencontainers#36 from AliyunContainerService/master
Browse files Browse the repository at this point in the history
Conformance results for v1.8/AlibabaCloud
  • Loading branch information
kbarnard10 authored Nov 13, 2017
2 parents c54d6b0 + d115939 commit 1f378e9
Show file tree
Hide file tree
Showing 7 changed files with 7,697 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v1.8/alicloud/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vendor: Alibaba Cloud
name: Alibaba Cloud Container Service
version: v1.8.1
website_url: https://www.aliyun.com/product/containerservice?spm=5176.8142029.388261.219.3836dbccRpJ5e9
documentation_url: https://help.aliyun.com/document_detail/53751.html?spm=5176.product25972.6.807.xyL0pU
product_logo_url: https://avatars2.githubusercontent.com/u/16377432?s=200&v=4
32 changes: 32 additions & 0 deletions v1.8/alicloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## How to Reproduce

### Login

Login to [Alibaba Cloud Container Service](https://cs.console.aliyun.com/) Website with your own alibaba cloud account.

### Create Kubernetes Cluster

Navigate to kubernetes cluster, Create a Hongkong Region(important) Kubernetes cluster.

![](cluster.png)

>> Note:
>> pls select Hongkong region, because china main land has some difficult on visiting
>> gcr.io/google-containers website for some certain reason.
### Deploy sonobuoy Conformance test

Select your newly created kubernetes cluster, click [dashboard] to dashboard page. Click [create],chose [from yaml]
Then paste yaml content(from [github](https://raw.githubusercontent.com/cncf/k8s-conformance/master/sonobuoy-conformance-1.7.yaml)) into box below.
and change ```"timeoutseconds": 3600``` to ```"timeoutseconds": 7200```
click create.

Navigate to your newly created sonobuoy deployment, view logs , wait for ```no-exit was specified, sonobuoy is now blocking``` line.

### View Result

EXEC into sonobuoy/sonobuoy POD from dashboard, ```cd /tmp/sonobuoy/``` to see the e2e.log results.

### Destroy Cluster

Navigate to Cluster management , click delete cluster.
Binary file added v1.8/alicloud/cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,948 changes: 5,948 additions & 0 deletions v1.8/alicloud/e2e.log

Large diffs are not rendered by default.

1,709 changes: 1,709 additions & 0 deletions v1.8/alicloud/junit_01.xml

Large diffs are not rendered by default.

Empty file added v1.8/alicloud/nethealth.txt
Empty file.
2 changes: 2 additions & 0 deletions v1.8/alicloud/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Client Version: version.Info{Major:"1", Minor:"8+", GitVersion:"v1.8.1-alicloud", GitCommit:"19408ab2a1b736fe97a9d9cf24c6fb228f23f12f", GitTreeState:"clean", BuildDate:"2017-10-19T04:05:24Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.1", GitCommit:"f38e43b221d08850172a9a4ea785a86a3ffa3b3a", GitTreeState:"clean", BuildDate:"2017-10-11T23:16:41Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}

0 comments on commit 1f378e9

Please sign in to comment.