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/easystack (cncf#608)
vendor: EasyStack name: EasyStack Kubernetes Service (EKS) version: v1.14.1 website_url: https://www.easystack.cn/eks documentation_url: https://www.easystack.cn/EKS_DOC/eks_introduction product_logo_url: https://www.easystack.cn/images/EKS_logo1.svg type: distribution description: EasyStack Kubernetes Service (EKS) is enterprise container platform contains the best of bred capability of an integrated Kubernetes and OpenStack solution.
- Loading branch information
1 parent
7114caf
commit cd343ce
Showing
4 changed files
with
21,862 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: EasyStack | ||
name: EasyStack Kubernetes Service (EKS) | ||
version: v1.14.1 | ||
website_url: https://www.easystack.cn/eks | ||
documentation_url: https://www.easystack.cn/EKS_DOC/eks_introduction | ||
product_logo_url: https://www.easystack.cn/images/EKS_logo1.svg | ||
type: distribution | ||
description: EasyStack Kubernetes Service (EKS) is enterprise container platform contains the best of bred capability of an integrated Kubernetes and OpenStack solution. |
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 @@ | ||
# 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 | ||
Set your kubectl to point your CLI to the deployed EKS cluster or SSH to the master node of EKS. | ||
You can then run the k8s conformance test by running the following command: | ||
``` | ||
go get -u -v github.com/heptio/sonobuoy; sonobuoy run | ||
``` |
Oops, something went wrong.