Skip to content

Commit 38c08ac

Browse files
author
Stephen Gutekanst
authored
remove the management console (sourcegraph#478)
* docs: reflect management console removal * remove the management console
1 parent e41a415 commit 38c08ac

File tree

6 files changed

+7
-105
lines changed

6 files changed

+7
-105
lines changed

README.dev.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ kubectl create ns src
9696
kubens src
9797
./kubectl-apply-all.sh
9898
kubectl expose deployment sourcegraph-frontend --type=NodePort --name sourcegraph
99-
kubectl expose deployment management-console --type=NodePort --name admin
10099
minikube service list
101100
```
102101

base/management-console/management-console.Deployment.yaml

Lines changed: 0 additions & 64 deletions
This file was deleted.

base/management-console/management-console.PersistentVolumeClaim.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

base/management-console/mangement-console.Service.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/configure.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ Sourcegraph should now be accessible at `$EXTERNAL_ADDR:30080`, where `$EXTERNAL
161161

162162
## Update site configuration
163163

164-
Sourcegraph's application configuration is stored in the PostgreSQL database. For editing this configuration you may use the web UI and management console, respectively. Please refer to the following documentation:
165-
166-
- [Site configuration](https://docs.sourcegraph.com/admin/config/site_config)
167-
- [Critical configuration](https://docs.sourcegraph.com/admin/config/critical_config) (external URL, auth, etc.)
164+
Sourcegraph's application configuration is stored in the PostgreSQL database. For editing this configuration you may use the web UI. See [site configuration](https://docs.sourcegraph.com/admin/config/site_config) for more information.
168165
169166
## Configure TLS/SSL
170167
@@ -206,7 +203,7 @@ If you exposed your Sourcegraph instance via an ingress controller as described
206203
host: sourcegraph.example.com
207204
```
208205
209-
1. Change your `externalURL` in [the management console](https://docs.sourcegraph.com/admin/management_console) to e.g. `https://sourcegraph.example.com`:
206+
1. Change your `externalURL` in [the site configuration](https://docs.sourcegraph.com/admin/config/site_config) to e.g. `https://sourcegraph.example.com`:
210207
211208
**WARNING:** Do NOT commit the actual TLS cert and key files to your fork (unless your fork is
212209
private **and** you are okay with storing secrets in it).
@@ -495,7 +492,7 @@ Sourcegraph's Kubernetes deployment [requires an Enterprise license key](https:/
495492
496493
1. Create an account on or sign in to sourcegraph.com, and go to https://sourcegraph.com/subscriptions/new to obtain a license key.
497494
498-
1. Once you have a license key, add it to your configuration by setting it [in the management console](https://docs.sourcegraph.com/admin/management_console).
495+
1. Once you have a license key, add it to your [site configuration](https://docs.sourcegraph.com/admin/config/site_config).
499496
500497
## Use non-default namespace
501498

docs/migrate.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This document records manual migrations that are necessary to apply when upgradi
44
Sourcegraph versions. All manual migrations between the version you are upgrading from and the
55
version you are upgrading to should be applied (unless otherwise noted).
66

7+
## 3.11
8+
9+
In 3.11 we removed the management console. If you make use of `CRITICAL_CONFIG_FILE` or `SITE_CONFIG_FILE`, please refer to the [migration notes for Sourcegraph 3.11+](https://docs.sourcegraph.com/admin/migration/3_11).
10+
711
## 3.10
812

913
In 3.9 we migrated `indexed-search` to a StatefulSet. However, we didn't migrate the `indexed-search` service to a headless service. You can't mutate a service, so you will need to replace the service before running `kubectl-apply-all.sh`:

0 commit comments

Comments
 (0)