From c9e32e9d901b77d1f3e62bd8cee5552dd40c4b57 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Thu, 12 Feb 2026 17:39:14 +0000 Subject: [PATCH] deprecation notice --- README.md | 3 +++ instances/README.md | 3 +++ instances/template/kustomization.template.yaml | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/README.md b/README.md index b00e1291..14ccddd3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Deploy Sourcegraph on Kubernetes with Kustomize +> **⚠️ Deprecation Notice** +> This Kustomize-based deployment method is planned for deprecation. We recommend using [Helm](https://sourcegraph.com/docs/admin/deploy/kubernetes) for Kubernetes deployments. + [![sourcegraph: search](https://img.shields.io/badge/sourcegraph-search-brightgreen.svg)](https://sourcegraph.com/github.com/sourcegraph/deploy-sourcegraph-k8s) [![master build status](https://badge.buildkite.com/018ed23ed79d7297e7dd109b745597c58d875323fb06e81786.svg?branch=main)](https://buildkite.com/sourcegraph/deploy-sourcegraph-k8s) > **Note** diff --git a/instances/README.md b/instances/README.md index 5f4d5b07..9ce4f4ef 100644 --- a/instances/README.md +++ b/instances/README.md @@ -1,5 +1,8 @@ # Instances +> **⚠️ Deprecation Notice** +> This Kustomize-based deployment method is planned for deprecation. We recommend using [Helm](https://sourcegraph.com/docs/admin/deploy/kubernetes) for Kubernetes deployments. + See the [Sourcegraph Kustomize docs](https://docs.sourcegraph.com/admin/deploy/kubernetes/kustomize) for the latested instructions. ## Create an overlay for your instances diff --git a/instances/template/kustomization.template.yaml b/instances/template/kustomization.template.yaml index 51d92b90..e241a8dc 100644 --- a/instances/template/kustomization.template.yaml +++ b/instances/template/kustomization.template.yaml @@ -1,4 +1,9 @@ ########################################################################################## +# ⚠️ DEPRECATION NOTICE +# This Kustomize-based deployment method is planned for deprecation. +# We recommend using Helm for Kubernetes deployments. +# See: https://sourcegraph.com/docs/admin/deploy/kubernetes +########################################################################################## # DEPLOY INSTRUCTIONS # # Build Manifests: kubectl kustomize instances/$CURRENT_DIR -o cluster.yaml