From 2fbc3b46684ab961181940686b627b578927fbd1 Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Tue, 6 May 2025 08:48:06 -0700 Subject: [PATCH] Add 6.4 upgrade instruction for symbols 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. --- docs/admin/updates/kubernetes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/updates/kubernetes.mdx b/docs/admin/updates/kubernetes.mdx index 79cd5ae1f..2d2804d2e 100644 --- a/docs/admin/updates/kubernetes.mdx +++ b/docs/admin/updates/kubernetes.mdx @@ -15,6 +15,7 @@ For upgrade procedures or general info about sourcegraph versioning see the link ## v6.4.0 - The repo-updater service is no longer needed and will be removed from deployment methods going forward. +- 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. ## v6.0.0