Skip to content

Latest commit

 

History

History
 
 

netease

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

How to Reproduce

  1. Install an 'Netease Container Service Dedicated' kubernetes cluster based on steps from here

  2. Launch the e2e conformance test with following the instructions

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