Skip to content

Commit

Permalink
add kubernetes-fury-aws conformance tests for k8s v1.15 (cncf#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandros authored and taylorwaggoner committed Jun 21, 2019
1 parent 1671c46 commit f9b4fd2
Show file tree
Hide file tree
Showing 4 changed files with 23,412 additions and 0 deletions.
9 changes: 9 additions & 0 deletions v1.15/kubernetes-fury-aws/PRODUCT.yaml
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.
9 changes: 9 additions & 0 deletions v1.15/kubernetes-fury-aws/README.md
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`
Loading

0 comments on commit f9b4fd2

Please sign in to comment.