Skip to content

Commit

Permalink
Merge pull request #431 from cncf/feature/#387_prereqs
Browse files Browse the repository at this point in the history
#387 prereq docs updated
  • Loading branch information
denverwilliams authored Oct 12, 2020
2 parents 1244350 + eb6c8a9 commit a324300
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ cd cnfs/ && git clone https://github.com/cncf/cnf-testbed.git

- Running `kubectl cluster-info` should show a running Kubernetes master in the output

## Other Prereqs
- helm 3.1.1 (cnf-conformance will install helm if not found)
- wget
- curl
- git

See https://github.com/cncf/cnf-conformance/blob/master/src/tasks/prereqs.cr for the most up to date list. The prerequisites are checked automatically when the test suite is used and any missing dependencies will be shown on the CLI.

## CNF **must** have a [helm chart](https://helm.sh/)

Expand Down

0 comments on commit a324300

Please sign in to comment.