You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: clarify and separate in migration doc the two changes in 3.14 (sourcegraph#545)
* doc: clarify and separate in migration doc the two changes in 3.14
* Update docs/migrate.md
Co-Authored-By: Christina Forney <[email protected]>
* Update docs/migrate.md
Co-Authored-By: Christina Forney <[email protected]>
Co-authored-by: Christina Forney <[email protected]>
Copy file name to clipboardExpand all lines: docs/migrate.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ version you are upgrading to should be applied (unless otherwise noted).
6
6
7
7
## 3.14 (Unreleased)
8
8
9
+
### Existing installations: Migrating the container user from root to non-root
10
+
9
11
Version 3.14 changes the security context of the installation by switching to a non-root user for all containers.
10
12
This allows running Sourcegraph in clusters with restrictive security policies.
11
13
@@ -37,6 +39,8 @@ restart the necessary containers.
37
39
New installations do not need this `kustomization` and existing installations can operate from base again after the
38
40
migration.
39
41
42
+
### New installations: accommodate clusters with restrictive security policies
43
+
40
44
New installations on clusters with restrictive security policies can now use a kustomization to accomodate those restrictions:
41
45
42
46
```shell script
@@ -135,4 +139,3 @@ Sourcegraph 3.0 ships with Postgres 11.1. The upgrade procedure is mostly automa
135
139
## 2.12
136
140
137
141
Beginning in version 2.12.0, Sourcegraph's Kubernetes deployment [requires an Enterprise license key](https://about.sourcegraph.com/pricing). Follow the steps in [docs/configure.md](docs/configure.md#add-a-license-key).
0 commit comments