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
The symbols service will no longer be needed in 6.4. We still publish it
at the moment, but it won't do anything. All functionality is now
handled by searcher and frontend. Existing set env vars should be moved
to the searcher service, and resources may be reallocated to there as
well.
Test plan: We'll test this on dotcom and S2 for the next few weeks.
Copy file name to clipboardExpand all lines: docs/admin/updates/kubernetes.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ For upgrade procedures or general info about sourcegraph versioning see the link
15
15
## v6.4.0
16
16
17
17
- The repo-updater service is no longer needed and will be removed from deployment methods going forward.
18
+
- The symbols service and searcher service have been merged and symbols will be removed from deployment methods going forward. Consider moving env vars set on symbols to the searcher deployment before upgrading and reallocating resources from symbols to searcher.
0 commit comments