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
Copy file name to clipboardExpand all lines: docs/admin/deploy/kubernetes/upgrade.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,13 +205,13 @@ To perform a multi-version upgrade via migrators [upgrade](/admin/updates/migrat
205
205
```
206
206
207
207
5. **Generate and apply a new cluster.yaml file**:
208
-
-Comment out the [multi-version-upgrade util](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/instances/template/kustomization.template.yaml#L155) in your cluster kustomization file (`instances/my-sourcegraph/kustomize.yaml`).
208
+
1. Comment out the [multi-version-upgrade util](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/instances/template/kustomization.template.yaml#L155) in your cluster kustomization file (`instances/my-sourcegraph/kustomize.yaml`).
209
209
```yaml
210
210
# - ../../components/utils/uid # -- Run all Postgres database with valid users on host
211
211
# - ../../components/utils/multi-version-upgrade # -- Scale down non-database pods to 0 for multi-version upgrade
212
212
# - ../../components/utils/migrate-to-nonprivileged # -- Component for migrating from privileged to non-privileged
213
213
```
214
-
-Generate and apply a new cluster.yaml with the new images from Step 2.
214
+
2. Generate and apply a new cluster.yaml with the new images from Step 2.
0 commit comments