Skip to content

Commit

Permalink
Add to installation requirements (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadlerj authored May 6, 2020
1 parent 7587212 commit f1d3a3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
## Requirements

- [Kubernetes](https://kubernetes.io/) v1.9 or later
- [Kubernetes](https://kubernetes.io/) v1.9 or later with an SSD storage class
- [Cluster role administrator access](https://kubernetes.io/docs/reference/access-authn-authz/rbac/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) v1.9.7 or later
- Access to server infrastructure on which you can create a Kubernetes cluster (see
[resource allocation guidelines](scale.md)).
- [Sourcegraph Enterprise license](./configure.md#add-license-key). You can run through these instructions without one, but you must obtain a license for instances of more than 10 users.

- A valid domain name for your Sourcegraph instance ([to enable SSL/TLS](https://github.com/sourcegraph/deploy-sourcegraph/blob/master/docs/configure.md#configure-tlsssl))
- A valid TLS certificate (whether from a trusted certificate authority such as Comodo, RapidSSL, or others, a self-signed certificate that can be distributed and installed across all users' machines, or the ability to use an existing reverse proxy that provides SSL termination for the connection)
- Access tokens or other credentials to [connect to your code hosts of choice](https://docs.sourcegraph.com/admin/external_service)
- [Administrative access to your single sign-on (SSO) provider of choice](https://docs.sourcegraph.com/admin/auth)

## Steps

Expand Down

0 comments on commit f1d3a3c

Please sign in to comment.