Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken formatting on Deployments page #643

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions handbook/engineering/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The other clusters are deployed and rolled back in the same way as sourcegraph.c
kubectl get pods --all-namespaces
```

## How to start a test cluster in our "Sourcegraph Auxiliary' project on GCP
## How to start a test cluster in our "Sourcegraph Auxiliary' project on GCP

- Go to [Sourcegraph Auxiliary](https://console.cloud.google.com/kubernetes/list?project=sourcegraph-server)
- Click create a cluster.
Expand Down Expand Up @@ -121,14 +121,14 @@ parameters:
```
into a file 'sourcegraph.Storageclass.yaml' and executing

```shell script
```shell
kubectl apply -f sourcegraph.Storageclass.yaml
```

- cd to your clone of [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) and follow the remaining
steps of the [installation](https://github.com/sourcegraph/deploy-sourcegraph/blob/master/docs/install.md).

```shell script
```shell
./kubectl-apply-all.sh
```

Expand All @@ -137,7 +137,7 @@ steps of the [installation](https://github.com/sourcegraph/deploy-sourcegraph/bl

- Once all the pods are running you can port-forward the frontend (or any other services you are interested in)

```shell script
```shell
kubectl port-forward svc/sourcegraph-frontend 3080:30080
```

Expand Down