Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions docs/admin/executors/deploy_executors_kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Native Kubernetes Executors can be deployed via either the `sourcegraph-executor

### Steps

1. If you are deploying Executors for processing Batch Changes, set the `native-ssbc-execution` [feature flag](/admin/executors/native_execution#enable)
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`
2. Configure the following environment variables on the Executor Deployment:
1. `EXECUTOR_FRONTEND_URL` should match the URL of your Sourcegraph instance
2. `EXECUTOR_FRONTEND_PASSWORD` should match the `executors.accessToken` key in the Sourcegraph instance's site configuration
Expand Down Expand Up @@ -123,11 +123,6 @@ Environment.
- Disable access to internal resources.
- Disable access to `169.254.169.254` (AWS / GCP Instance Metadata Service).

### Batch Changes

To run [Batch Changes](/batch-changes/) on
Kubernetes, [native Server-Side Batch Changes](/admin/executors/native_execution) must be enabled.

### Docker Image

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