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

Conformance results for v1.25/eck #2485

Merged
merged 1 commit into from
Mar 10, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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