Merge pull request #36 from pmorie/prereqs

Add information about prerequisites for running README instructions
This commit is contained in:
OpenShift Merge Robot
2020-05-22 19:31:22 +02:00
committed by GitHub

View File

@@ -25,6 +25,13 @@ Check the [Development Doc](docs/development.md) for how to contribute to the re
## How to Deploy
### Prerequisites
These instructions assume:
- You have a running kubernetes cluster
- You have `KUBECONFIG` environment variable set to a kubeconfig file giving you cluster-admin role on that cluster
### Deploy Hub
1. Run `make deploy-hub`