forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.14/netease-dedicated (cncf#595)
- Loading branch information
1 parent
84e4276
commit 016c706
Showing
4 changed files
with
22,308 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
vendor: Netease | ||
name: Netease Container Service Dedicated | ||
version: v1.2 | ||
website_url: https://www.163yun.com/product/container-service-dedicated | ||
documentation_url: https://www.163yun.com/docs/product/container-service-dedicated/introduction | ||
product_logo_url: https://www.163yun.com/res/3rd/ndk.png | ||
type: distribution | ||
description: Netease Container Service Dedicated is an enterprise-grade container platform based on industry standards,Docker and Kubernetes.It enables you to efficiently run docker applications on Netease Dedicated Cloud and helps you to focus on your applications rather than managing container infrastructure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### How to Reproduce | ||
|
||
1. Install an 'Netease Container Service Dedicated' kubernetes cluster based on steps from [here](https://www.163yun.com/docs/product/container-service-dedicated/introduction) | ||
|
||
2. Launch the e2e conformance test with following the [instructions](https://github.com/cncf/k8s-conformance/blob/master/instructions.md#running) | ||
|
||
**Note**: If you have trouble with pulling the images k8s-conformance related by reason of Firewall, just to find a server which located outside of China Mainland and make sure you can ssh login the server by public IP, then you can use ssh port-forward to access the repositories of google(such as k8s.gcr.io, quay.io), the steps of ssh port-forward as below: | ||
``` | ||
1) execute command: ssh -Nf -D 127.0.0.1:4000 root@{the-public-ip} | ||
2) add "all_proxy=socks5://127.0.0.1:4000" environment to docker setup config | ||
3) restart docker daemon service | ||
``` | ||
|
Oops, something went wrong.