k8s-conformance/v1.29/easystack
Wu Junsheng 2de06b1311
Conformance results for v1.29/easystack (#3149)
Signed-off-by: junsheng.wu <junsheng.wu@easystack.cn>
Co-authored-by: junsheng.wu <junsheng.wu@easystack.cn>
2024-05-06 12:13:39 -07:00
..
PRODUCT.yaml Conformance results for v1.29/easystack (#3149) 2024-05-06 12:13:39 -07:00
README.md Conformance results for v1.29/easystack (#3149) 2024-05-06 12:13:39 -07:00
e2e.log Conformance results for v1.29/easystack (#3149) 2024-05-06 12:13:39 -07:00
junit_01.xml Conformance results for v1.29/easystack (#3149) 2024-05-06 12:13:39 -07:00

README.md

EKS (EasyStack Kubernetes Service)

EasyStack Kubernetes Service (EKS) Enterprise container platform contains the best of bred capability of an integrated Kubernetes and OpenStack solutions. Capabilities such as orchestration, scheduling, security, operations and maintenance, including many other aspects of management to achieve integration of application and infrastructure resources, enable last mile of cloud data center next generation application delivery, amplifying the resulting equation where 1 + 1 > 2

Running the k8s conformance tests

Login in ecs, choose Kubernetes Services and click create a new cluster. Fill out the cluster configuration information and click Create button. Wait for cluster creating completely. SSH into k8s cluster via the ssh key pair. You can then run the k8s conformance test by running the following command:

go get -u -v github.com/vmware-tanzu/sonobuoy
sonobuoy run --mode=certified-conformance
outfile=$(sonobuoy retrieve)
mkdir ./results; tar xzf $outfile -C ./results