Skip to content

Commit d712f95

Browse files
authored
Fix SSBC executor broken links (#1374)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 62c066d commit d712f95

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/admin/executors/deploy_executors_kubernetes.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Native Kubernetes Executors can be deployed via either the `sourcegraph-executor
6262

6363
### Steps
6464

65-
1. If you are deploying Executors for processing Batch Changes, set the `native-ssbc-execution` [feature flag](/admin/executors/native_execution#enable)
65+
1. If you are deploying Executors for processing Batch Changes, enable the `native-ssbc-execution` feature flag in **Site admin > Feature flags** by creating a Boolean feature flag with the value set to `true`
6666
2. Configure the following environment variables on the Executor Deployment:
6767
1. `EXECUTOR_FRONTEND_URL` should match the URL of your Sourcegraph instance
6868
2. `EXECUTOR_FRONTEND_PASSWORD` should match the `executors.accessToken` key in the Sourcegraph instance's site configuration
@@ -123,11 +123,6 @@ Environment.
123123
- Disable access to internal resources.
124124
- Disable access to `169.254.169.254` (AWS / GCP Instance Metadata Service).
125125

126-
### Batch Changes
127-
128-
To run [Batch Changes](/batch-changes/) on
129-
Kubernetes, [native Server-Side Batch Changes](/admin/executors/native_execution) must be enabled.
130-
131126
### Docker Image
132127

133128
The Executor Docker image is available on Docker Hub at [`sourcegraph/executor-kubernetes`](https://hub.docker.com/r/sourcegraph/executor-kubernetes/tags).

0 commit comments

Comments
 (0)