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.
add kubernetes-fury-aws conformance tests for k8s v1.15 (cncf#631)
- Loading branch information
1 parent
1671c46
commit f9b4fd2
Showing
4 changed files
with
23,412 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,9 @@ | ||
vendor: SIGHUP | ||
name: kubernetes-fury-aws | ||
version: k8s-1.15.0-fury-1.0.0 | ||
website_url: https://github.com/sighupio/fury-kubernetes-aws | ||
repo_url: https://github.com/sighupio/fury-kubernetes-aws | ||
documentation_url: https://github.com/sighupio/fury-kubernetes-aws/blob/master/README.md | ||
product_logo_url: https://s3.us-west-1.wasabisys.com/sighup-logos/fury-logo.svg | ||
type: installer | ||
description: Kubernetes Fury for AWS is a battle-tested distribution purely based on upstream Kubernetes that deploy a production grade Kubernetes Cluster at scale with a comprehensive Cloud Native stack implemented with top notch CNCF components. |
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,9 @@ | ||
# Conformance testing kubernetes fury aws | ||
|
||
## Steps to reproduce | ||
|
||
- Install kubernetes-fury-aws following the [documentation](https://github.com/sighupio/fury-kubernetes-aws/blob/master/README.md) | ||
- `get -u -v github.com/heptio/sonobuoy` | ||
- `sonobuoy run --kubeconfig [path to kubeconfig]` | ||
- `sonobuoy retrieve . --kubeconfig [path to kubeconfig]` | ||
- `mkdir ./results; tar xzf *.tar.gz -C ./results` |
Oops, something went wrong.