Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions components/executors/dind/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Executors (Docker-in-Docker)

> ⚠️ **Beta:** Docker-in-Docker Kubernetes executors are not recommended for production use.
> This method requires privileged access to a container runtime daemon. For production workloads,
> deploy via [Terraform](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-terraform)
> or [binary](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-binary).

Executors are Sourcegraph’s solution for running untrusted code in a secure and controllable way. For more information on dind executors and how they are used see the Executors [dind documentation](https://docs.sourcegraph.com/admin/executors/deploy_executors_dind)

## Deploying
Expand Down
4 changes: 4 additions & 0 deletions components/executors/k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Executors (Native Kubernetes)

> ⚠️ **Beta:** Native Kubernetes executors are in beta. For production workloads, consider deploying using
> [Terraform](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-terraform) or the
> [Linux binary](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-binary) for better long-term support.

Executors are Sourcegraph’s solution for running untrusted code in a secure and controllable way. For more information on native kubernetes executors and how they are used see the [Executors documentation](https://docs.sourcegraph.com/admin/executors/deploy_executors_kubernetes)

## Deploying
Expand Down
3 changes: 3 additions & 0 deletions examples/executors/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Quickstart overlay for executors

> ⚠️ **Note:** This overlay deploys native Kubernetes executors, which are in beta and not
> recommended for production use.

This overlay:

- deploys Sourcegraph without monitoring services
Expand Down
Loading