You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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.
Copy file name to clipboardExpand all lines: docs/admin/executors/deploy_executors_kubernetes.mdx
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Native Kubernetes Executors can be deployed via either the `sourcegraph-executor
62
62
63
63
### Steps
64
64
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`
66
66
2. Configure the following environment variables on the Executor Deployment:
67
67
1.`EXECUTOR_FRONTEND_URL` should match the URL of your Sourcegraph instance
68
68
2.`EXECUTOR_FRONTEND_PASSWORD` should match the `executors.accessToken` key in the Sourcegraph instance's site configuration
Kubernetes, [native Server-Side Batch Changes](/admin/executors/native_execution) must be enabled.
130
-
131
126
### Docker Image
132
127
133
128
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