Skip to content

Commit

Permalink
Conformance results for v1.25/eck (#2485)
Browse files Browse the repository at this point in the history
Signed-off-by: 张力方 <[email protected]>
Co-authored-by: zhanglifang <[email protected]>
  • Loading branch information
DrmagicE and zhanglifang authored Mar 10, 2023
1 parent b7b1fe2 commit 3dd8085
Show file tree
Hide file tree
Showing 4 changed files with 53,147 additions and 0 deletions.
10 changes: 10 additions & 0 deletions v1.25/eck/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
vendor: China Telecom Cloud Technology Co., Ltd.
name: Chinatelecom Cloud Edge Container Service for Kubernetes
version: v1.17.0
website_url: https://www.ctyun.cn/products/eck
repo_url:
documentation_url: https://www.ctyun.cn/document/10024899
product_logo_url: https://landscape.cncf.io/logos/china-telecom-cloud-technology-co-ltd-member.svg
type: hosted
description: "The Chinatelecom Cloud Edge Container Service for Kubernetes is a offering to allow customers to create and operator Kubernetes cluster builds on top of Chinatelecom Cloud resources."
contact_email_address: [email protected]
31 changes: 31 additions & 0 deletions v1.25/eck/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Chinatelecom Cloud Edge Container Service for Kubernetes

## Create a ECK cluster

Sign in Chinatelecom Cloud and navigate to [container service web console](https://esx.ctyun.cn/eck/#/resource/cluster/create).
Select `Standard Kubernetes` cluster type and `v1.25.6` version, fill other required fields in the form and submit.

## Run the tests
Once the cluster state become `running`, download the kubeconfig file and save to `kubeconfig`.
Run the test:
```bash
sonobuoy run --mode=certified-conformance \
--e2e-repo-config custom-repos.yaml \
--kube-conformance-image ehub.ctcdn.cn/eck/sonobuoy/conformance:v1.25.6 \
--sonobuoy-image ehub.ctcdn.cn/eck/sonobuoy/sonobuoy:v0.56.15 \
--systemd-logs-image ehub.ctcdn.cn/eck/sonobuoy/systemd-logs:v0.4 \
--kubeconfig kubeconfig
```

The content of `custom-repos.yaml` is as follows:
```yaml
buildImageRegistry: ehub.ctcdn.cn/eck/sonobuoy
dockerGluster: ehub.ctcdn.cn/eck/sonobuoy
dockerLibraryRegistry: ehub.ctcdn.cn/eck/sonobuoy
e2eRegistry: ehub.ctcdn.cn/eck/sonobuoy
e2eVolumeRegistry: ehub.ctcdn.cn/eck/sonobuoy
gcRegistry: ehub.ctcdn.cn/eck/sonobuoy
gcEtcdRegistry: ehub.ctcdn.cn/eck/sonobuoy
promoterE2eRegistry: ehub.ctcdn.cn/eck/sonobuoy
sigStorageRegistry: ehub.ctcdn.cn/eck/sonobuoy
```
Loading

0 comments on commit 3dd8085

Please sign in to comment.