Skip to content

Commit 2b87dbc

Browse files
authored
remove beta status (#20)
* remove beta status. prep for 5.0 release * update badges
1 parent 6e45f6a commit 2b87dbc

File tree

10 files changed

+16
-38
lines changed

10 files changed

+16
-38
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# [BETA] Deploy Sourcegraph with Kustomize
1+
# Deploy Sourcegraph on Kubernetes with Kustomize
22

3-
[![sourcegraph: beta](https://img.shields.io/badge/sourcegraph-beta-blue.svg)](https://sourcegraph.com/github.com/sourcegraph/deploy-sourcegrap-k8s)
3+
[![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)
44

55
> **Note**
6-
> This deployment method only supports Sourcegraph version 4.5.0 and above.
6+
> This deployment method only supports **Sourcegraph version 4.5.0 and above**.
77
88
Deploying Sourcegraph into a Kubernetes cluster is for organizations that need highly scalable and
99
available code search and code intelligence. This repository contains documentation for creating,
@@ -32,7 +32,9 @@ We've made our deployment configurations open source to better serve our custome
3232

3333
## Questions & Issues
3434

35-
[Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-k8s&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D) or contact us ([email protected]), we are happy to help!
35+
[Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-k8s&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D).
36+
37+
For urgent issues, please contact us at [email protected] --we are happy to help!
3638

3739
## Licensing
3840

components/clusters/k3s/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ components:
55
- ../../storage-class/k3s
66
patches:
77
- path: patches/sourcegraph-frontend.Ingress.yaml
8+
# k3s deploy type added in 5.0.0
9+
configMapGenerator:
10+
- name: sourcegraph-frontend-env
11+
behavior: merge
12+
literals:
13+
- DEPLOY_TYPE=k3s

examples/k3s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can generate the manifests without cloning the repository using the kustomiz
2121

2222
```sh
2323
# Replace xs with your instance size
24-
# Replace v4.5.0 to a version branch that support this overlay
25-
kubectl kustomize https://github.com/sourcegraph/deploy-sourcegraph-k8s/examples/k3s/xs?ref=v4.5.0 -o cluster.yaml
24+
# Replace v5.0.0 to a version branch (must be 4.5.0 or above) that support this overlay
25+
kubectl kustomize https://github.com/sourcegraph/deploy-sourcegraph-k8s/examples/k3s/xs?ref=v5.0.0 -o cluster.yaml
2626
```
2727

2828
The manifests will be grouped and exported to the cluster.yaml file in the directory where you run the command from.

examples/k3s/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ components:
1313
- ../../components/clusters/k3s
1414
- ../../components/privileged
1515
- ../../components/enable/service-discovery
16-
# configMapGenerator:
17-
# - name: sourcegraph-frontend-env
18-
# behavior: merge
19-
# literals:
20-
# - DEPLOY_TYPE=K3s

examples/k3s/l/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ components:
1212
- ../../../components/clusters/k3s
1313
- ../../../components/privileged
1414
- ../../../components/enable/service-discovery
15-
# configMapGenerator:
16-
# - name: sourcegraph-frontend-env
17-
# behavior: merge
18-
# literals:
19-
# - DEPLOY_TYPE=K3s

examples/k3s/m/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ components:
1212
- ../../../components/clusters/k3s
1313
- ../../../components/privileged
1414
- ../../../components/enable/service-discovery
15-
# configMapGenerator:
16-
# - name: sourcegraph-frontend-env
17-
# behavior: merge
18-
# literals:
19-
# - DEPLOY_TYPE=K3s

examples/k3s/s/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ components:
1212
- ../../../components/clusters/k3s
1313
- ../../../components/privileged
1414
- ../../../components/enable/service-discovery
15-
# configMapGenerator:
16-
# - name: sourcegraph-frontend-env
17-
# behavior: merge
18-
# literals:
19-
# - DEPLOY_TYPE=K3s

examples/k3s/xl/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ components:
1212
- ../../../components/clusters/k3s
1313
- ../../../components/privileged
1414
- ../../../components/enable/service-discovery
15-
# configMapGenerator:
16-
# - name: sourcegraph-frontend-env
17-
# behavior: merge
18-
# literals:
19-
# - DEPLOY_TYPE=K3s

examples/k3s/xs/kustomization.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ components:
1212
- ../../../components/clusters/k3s
1313
- ../../../components/privileged
1414
- ../../../components/enable/service-discovery
15-
# configMapGenerator:
16-
# - name: sourcegraph-frontend-env
17-
# behavior: merge
18-
# literals:
19-
# - DEPLOY_TYPE=K3s

examples/privileged/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ You can generate the manifests without cloning the repository using the kustomiz
2323

2424
```sh
2525
# Replace xs with your instance size
26-
# Replace v4.5.0 to a version branch that support this overlay
27-
kubectl kustomize https://github.com/sourcegraph/deploy-sourcegraph-k8s/examples/privileged/xs?ref=v4.5.0 -o cluster.yaml
26+
# Replace v5.0.0 to a version branch (must be 4.5.0 or above) that support this overlay
27+
kubectl kustomize https://github.com/sourcegraph/deploy-sourcegraph-k8s/examples/privileged/xs?ref=v5.0.0 -o cluster.yaml
2828
```
2929

3030
The manifests will be grouped and exported to the cluster.yaml file in the directory where you run the command from.

0 commit comments

Comments
 (0)